arduino-esp32/libraries/Preferences
beamholder 0730e0ec93
Include nvs_commit() on three methods (#5309)
* Include nvs_commit() on three methods

In [Preferences.cpp](https://github.com/espressif/arduino-esp32/blob/master/libraries/Preferences/src/Preferences.cpp),  the functions:
```
Preferences::clear()
Preferences::remove()
Preferences::end()
```
should be revised to include a call to 
`nvs_commit()`
as required per 
[Non-volatile storage library](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/nvs_flash.html)
when using 
```
nvs_erase_all()
nvs_erase_key()
nvs_close()
```
2021-08-23 21:23:42 +03:00
..
examples overload Preferences.getBytes similar to nvs so you can get size of t… (#2498) 2019-04-10 02:45:38 +02:00
src Include nvs_commit() on three methods (#5309) 2021-08-23 21:23:42 +03:00
keywords.txt remove instead of delete (#730) 2017-10-16 21:27:19 +03:00
library.properties Bump library versions to 2.0.0 (#5182) 2021-05-18 14:00:49 +03:00