nvs_flash_deinit() function
Deinitialize NVS storage for the default NVS partition Default NVS partition is the partition with "nvs" label in the partition table.
Return value
- ESP_OK on success (storage was deinitialized) - ESP_ERR_NVS_NOT_INITIALIZED if the storage was not initialized prior to this call
Examples
nvs_flash_deinit() is referenced by 2 libraries and example projects: