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