nvs_flash: Bump up nvs version

This commit is contained in:
Sagar Bijwe 2018-07-25 18:55:05 +05:30 committed by bot
parent 230d9adb8a
commit 8ef7a49cc3

View file

@ -53,6 +53,8 @@ public:
static const uint8_t CHUNK_ANY = Item::CHUNK_ANY;
static const uint8_t NVS_VERSION = 0xfe; // Decrement to upgrade
enum class PageState : uint32_t {
// All bits set, default state after flash erase. Page has not been initialized yet.
UNINITIALIZED = 0xffffffff,