mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 21:48:13 +00:00
This commit adds one more config option under partition table menu to support large size image during ota This also updates the default config for simple ota example.
355 B
355 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, , 0x6000, |
| 4 | otadata, data, ota, , 0x2000, |
| 5 | phy_init, data, phy, , 0x1000, |
| 6 | ota_0, app, ota_0, , 1700K, |
| 7 | ota_1, app, ota_1, , 1700K, |