NVS
Overview
After the application starts, perform the following 5 operations:
String reading and writing
Binary data reading and writing
Floating point number reading and writing
8-bit integer reading and writing
Use iterator to traverse all data
Requirements
You need to configure COMPONENT_NVS_ENABLED to enable, and the default is enable
There is an nvs partition in the partition table. By default, an nvs partition already exists in the partition table
Building and flashing
Sample location: examples/storage/nvs
For operations such as compiling and burning, please refer to: [Quick Start] (../../../../get_started/index. html # build function)