Improves in ESP32NVS library (#196)

* Improved ESP32NVS default value support for read* functions

Fixed uninitialized NVS flash storage. Added example code.

* Add methods for String and remove unnecessary nvs_flash_init() in ESP32NVS class

+ other minor declaration fixes

* ESP32NVS function name renaming

* read* -> get*
* write* -> set*
* erase -> clear / remove
This commit is contained in:
Martin Sloup
2017-02-10 23:18:57 +01:00
committed by Me No Dev
parent 5de2429bf8
commit 0fb5e5ca11
4 changed files with 145 additions and 57 deletions

View File

@ -4,6 +4,6 @@ author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides frendly access to ESP32's Non-Volatile Storage
paragraph=
category=Storage
category=Data Storage
url=
architectures=esp32