285 B
285 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 | storage,data,spiffs, 0x20000 ,0x20000, |
| 8 | ota_0,app,ota_0, 0x40000 ,0x300000 |