change partition table to max. app partitions, no spiffs, nvs erase on full install
This commit is contained in:
parent
bab086acd5
commit
2319821a76
|
@ -1,6 +1,5 @@
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
|
nvs, data, nvs, 0x9000, 0x5000
|
||||||
otadata, data, ota, 0xe000, 0x2000,
|
otadata, data, ota, 0xe000, 0x2000,
|
||||||
app0, app, ota_0, 0x10000, 0x140000,
|
app0, app, ota_0, 0x10000, 0x1f0000,
|
||||||
app1, app, ota_1, 0x150000,0x130000,
|
app1, app, ota_1, 0x200000,0x1f0000,
|
||||||
nvs, data, nvs, 0x280000, 0x10000,
|
|
||||||
spiffs, data, spiffs, 0x290000,0x170000,
|
|
||||||
|
|
|
Loading…
Reference in New Issue