feat(nvs): Allow read-only NVS partitions smaller than 0x3000
E.g. for factory settings data Closes https://github.com/espressif/esp-idf/issues/15317
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
nvs, data, nvs, 0x9000, 0x6000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
factory, app, factory, 0x10000, 1M,
|
||||
custom, data, nvs, , 0x1000,
|
||||
custom, data, nvs, , 0x1000, readonly
|
||||
storage, data, spiffs, , 0x10000,
|
||||
|
||||
|
Reference in New Issue
Block a user