settingsmanager
settingsmanager copied to clipboard
Saving, reading and changing settings from Json file on SPIFFS
Getting a lot of warnings that SPIFFS is deprecated: ``` libraries/settingsmanager/src/SettingsManager.cpp:39:15: warning: 'SPIFFS' is deprecated (declared at /home/xxxxx/.arduino15/packages/esp8266/hardware/esp8266/2.7.4/cores/esp8266/FS.h:269): SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems....
I've installed the SettingsManager successfully in Arduino IDE. When I try to upload my sketch to the Wemos D1 I'm getting following error: ``` Arduino/libraries/Settings_Manager/src/SettingsManager.cpp:24:25: fatal error: debug_macro.h: No such...
Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...
Would it be possible to implement the use of a SD card instead of SPIFFS? Thanks
Compatible with ArduinoJson 7 and the LittleFS file system. However, I've simplified the code a bit for my needs.