Update partitions_example.csv

512K is too small, need to be 528K. see https://github.com/espressif/esp-idf/issues/9084
This commit is contained in:
franz-ms-muc 2023-03-08 18:36:15 +01:00 committed by morris
parent e31712ee56
commit 7c5b06e237

View File

@ -3,4 +3,4 @@
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1M,
storage, data, fat, , 0x80000,
storage, data, fat, , 528K,

1 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 1M,
6 storage, data, fat, , 0x80000, storage, data, fat, , 528K,