You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
404 B
11 lines
404 B
# ESP-IDF Partition Table
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x4000,
|
|
otadata, data, ota, 0xd000, 0x2000,
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
ota_0, app, ota_0, 0x10000, 4M,
|
|
ota_1, app, ota_1, 0x410000, 4M,
|
|
collate, 0x40, 0x00, 0x810000, 3M,
|
|
lua, data, spiffs, 0xb10000, 4M,
|
|
repl, data, spiffs, 0xf10000, 128K,
|
|
|
|
|