342 B
342 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap |
| 3 | nvs,data,nvs,0x9000,0x5000 |
| 4 | otadata,data,ota,0xe000,0x2000 |
| 5 | app0,app,ota_0,0x10000,0x1E0000 |
| 6 | app1,app,ota_1,0x1F0000,0x1E0000 |
| 7 | #eeprom,data,0x99,0x3F0000,0x1000 |
| 8 | spiffs,data,spiffs,0x3F1000,0xF000 |