mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
025bb47302
Demonstrates how to read and write a value using NVS. The value tracks number of ESP32 module restarts. Example also shows how to use basic diagnostics if read / write operation was successful.
Non-Volatile Storage (NVS) Read and Write Example
Demonstrates how to read and write a value using NVS. The value tracks number of ESP32 module restarts.
Example also shows how to use basic diagnostics if read / write operation was successful.
See the README.md file in the upper level 'examples' directory for more information about examples.