From 4593207580711f6cbfbeb249997b6d3d51a2eb32 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Wed, 16 Feb 2022 12:17:27 +0100 Subject: [PATCH] Notes --- README.md | 3 +++ ampel-firmware/csv_writer.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec25ea3..1e06c5b 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 35c7767..25963cd 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[]; -- GitLab