ConfigManager
ConfigManager copied to clipboard
ESP8266 Wifi connection and configuration manager.
Simple change to move to use LittleFS due to SPIFFS being currently deprecated. (See https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#spiffs-deprecation-warning)
Hi, I've used this library for a while, however have now converted my scripts to LittleFS and found the library doesn't support it. Can this be converted to use LittleFS...
not possible to save the value 0 via settings.html the previously saved value remains
This issue will be used to track to work on `v3` of ConfigManager. The idea will evolve and be discussed here. The ideas around this are from the collaboration between...
This PR addresses the fact that there are a few classes tucked away inside `ConfigManager.h`. It moves `BaseParameter`, and it's associated classes, into their own header file. As well as...
Discussed [here](https://github.com/nrwiersma/ConfigManager/pull/86#issuecomment-668023564) When putting the wrong type in a config parameter and saving, the memory allocation gets screwy and gets wiped. Device will no longer have Wifi credentials/etc at next...
Got everything up and running with the demo, then entered an SSID with Simplified Chinese Characters in it (喝一点儿茶) Got the following from the serial monitor ```rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip:...
Hi, I tried to get ConfigManager running. But I get lots of errors regarding ArduinoJson getMember(), getOrAddMember(), .is\ and .as\. Obviously Platformio takes the latest ArduinoJson 6.21.1. Seems that between...