Commit 45932075 authored by Eric Duminil's avatar Eric Duminil
Browse files

Notes

parent bb4348a7
......@@ -29,6 +29,9 @@ This is beta software, and bugs are expected! There is not much free RAM left on
* You can rename the *Ampel*. This name will be used instead of ESPxxxxxx for CSV files and the mDNS address. You'll get a new CSV file after renaming, which can be convenient, e.g. to indicate at which location the measurements were made.
* If you forgot the password, you can send `reset_config` as command, and `reset` the ampel.
* If you disabled WiFi, you can enable it again with `wifi 1`.
* You can enable CSV by clicking on "+CSV", or disable it by clicking on "Remove this set".
* The same applies to MQTT and LoRaWAN.
* If you disable a set, the parameters are still saved, and will appear again once the service is enabled.
## Features
......
......@@ -10,7 +10,7 @@
#else
# error Board should be either ESP8266 or ESP832
#endif
//TODO: Is LittleFS available for ESP32 now?
//NOTE: LittleFS will be available for Arduino esp32 core v2
namespace csv_writer {
extern char last_successful_write[];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment