446 B
446 B
| 1 | # ESP-IDF Partition Table |
|---|---|
| 2 | # This gives us some additional space for code. |
| 3 | # It should also fix the OTA regression. |
| 4 | # Name, Type, SubType, Offset, Size, Flags |
| 5 | # Note that our NVS code assumes name 'storage' for the NVS partition |
| 6 | nvs, data, nvs, 0x9000, 0x5000, |
| 7 | otadata, data, ota, 0xe000, 0x2000, |
| 8 | app0, app, ota_0, 0x10000, 0x200000, |
| 9 | storage, data, spiffs, 0x210000, 0x1E0000 |