diff --git a/README.md b/README.md index ec25ea38aed48c829f7a1d2f35af7d0b5e8fda14..1e06c5bd3e85d0657ad82cf921e110e147f5dbd0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ampel-firmware/csv_writer.h b/ampel-firmware/csv_writer.h index 35c7767655fb1e623c1b5c941b4f0111fb9a3b90..25963cdfd5afa3ed322a3835ffeed96a55362f2d 100644 --- a/ampel-firmware/csv_writer.h +++ b/ampel-firmware/csv_writer.h @@ -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[];