-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
enhancementFeature requests, new feature implementationsFeature requests, new feature implementationsport-esp32
Description
This feature would be great for storage of configuration parameters, flags and other data in between power cycles or during deep-sleep while avoiding file system corruption which might occur during power outage in case data would stored in the file system (currently the only option).
ESP-IDF provides NVS library:
https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/storage/nvs_flash.html
Metadata
Metadata
Assignees
Labels
enhancementFeature requests, new feature implementationsFeature requests, new feature implementationsport-esp32