![]() |
|
Uniot Core
|
| 0.8.1 |
Manages data persistence to file system on ESP8266/ESP32 devices. More...
Classes | |
| class | uniot::Storage |
Manages data persistence to file system on ESP8266/ESP32 devices.
The Storage class provides a simple interface for saving and restoring data to the file system. It automatically handles filesystem mounting and unmounting based on instance counts. It supports both LittleFS and SPIFFS file systems based on compile-time configuration (UNIOT_USE_LITTLEFS).