319 B
319 B
| 1 | # ESP-IDF Partition Table |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs,data,nvs, 0x9000,0x8000, |
| 4 | otadata,data,ota, ,0x2000, |
| 5 | phy_init,data,phy, ,0x1000, |
| 6 | nvs_key,data,nvs_keys, ,0x1000, |
| 7 | ota_0,app,ota_0, 0x20000,0x170000, |
| 8 | ota_1,app,ota_1, ,0x170000, |
| 9 | storage,data,spiffs, ,0x100000, |