452 B
452 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | nvs, data, nvs, 0x9000, 0x5000, |
| 3 | otadata, data, ota, 0xe000, 0x2000, |
| 4 | app0, app, ota_0, 0x10000, 0x140000, |
| 5 | app1, app, ota_1, 0x150000,0x140000, |
| 6 | # intentional gap... app1 can be increased to up to 1c0000 (1792k) if needed (or more by shrinking app0) |
| 7 | fonts, data,undefined,0x310000,0x10000, |
| 8 | spiffs, data, spiffs, 0x320000,0xD0000, |
| 9 | coredump, data, coredump,0x3F0000,0x10000, |