Effortless-SPIFFS
Effortless-SPIFFS copied to clipboard
A class designed to make reading and storing data on the ESP8266 and ESP32 effortless
**Is your feature request related to a problem? Please describe.** The flash memory in the ESP32 has a limited lifetime, if we write to it in a frequent loop we...
My intention is that getting WiFi SSID & password (currently hardcoded in code itself) and store it in filesystem and should use the same from next boot onwards. You can...
This lib will be a great choose to my wifi radio project to store/change url-s, but i have trouble to store more String. I have altered example so: ``` #include...
Effortless_SPIFFS when starts removes all files from spiffs on the ESP. **Environment** PlatformIO thebigpotatoe/Effortless-SPIFFS@^2.3.0 **Desktop (please complete the following information):** - OS: WIN7 - Browser Firefox - Version 89.0.2 **To...
The getting starting example lack of example related to writing a large array of records and reading such.