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
474 B
11 lines
474 B
# ESP-IDF Partition Table
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvsfactory, data, nvs, , 200K,
|
|
nvs, data, nvs, , 840K,
|
|
otadata, data, ota, , 0x2000,
|
|
phy_init, data, phy, , 0x1000,
|
|
model, data, spiffs, , 0xF0000,
|
|
# According to scripts/versions.py, app partition must be aligned to 1MB
|
|
ota_0, app, ota_0, 0x200000, 12M,
|
|
ota_1, app, ota_1, , 12M,
|