nvs

Example of the component plasmapper/pl_nvs v1.0.1
# NVS Example

1. NVS flash is initialized.
2. An NVS namespace is created/opened.
3. Several values are read from NVS and printed.
4. These values are changed and written back to NVS or erased.

To create a project from this example, run:

idf.py create-project-from-example "plasmapper/pl_nvs=1.0.1:nvs"

or download archive (~1.58 KB)