2020-03-20 17:01:25 +00:00
|
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
|
|
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
|
|
|
|
nvs, data, nvs, 0x9000, 0x6000,
|
|
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
2020-03-29 02:08:36 +00:00
|
|
|
factory, app, factory, 0x10000, 1500K,
|
2020-03-31 16:12:53 +00:00
|
|
|
storage_fat, data, fat, , 1M,
|
2020-03-21 19:55:47 +00:00
|
|
|
storage_spiffs, data, spiffs, , 1M,
|