OVMS3-idf/examples/07_nvs_read_write
Krzysztof 025bb47302 Non-Volatile Storage (NVS) 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.
2016-11-06 18:19:49 +01:00
..
main Non-Volatile Storage (NVS) example 2016-11-06 18:19:49 +01:00
Makefile Non-Volatile Storage (NVS) example 2016-11-06 18:19:49 +01:00
README.md Non-Volatile Storage (NVS) example 2016-11-06 18:19:49 +01:00

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.