Uniot Core
0.8.1
Loading...
Searching...
No Matches

Manages data persistence to file system on ESP8266/ESP32 devices. More...

Collaboration diagram for Storage:

Classes

class  uniot::Storage
 

Detailed Description

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).