1 | # ESP-IDF Partition Table |
---|
2 | # Name, Type, SubType, Offset, Size, Flags |
3 | nvs,data,nvs,0x9000,20K, |
4 | otadata,data,ota,0xe000,8K, |
5 | app0,app,ota_0,0x10000,1984K, |
6 | app1,app,ota_1,0x200000,1984K, |
7 | spiffs,data,spiffs,0x3f0000,60K, |
8 | eeprom,data,nvs,0x3ff000,4K, |