Increase partition size to 1.25MB so BT and WiFi can fit

Fixes: https://github.com/espressif/arduino-esp32/issues/339
This commit is contained in:
me-no-dev
2017-05-29 13:13:44 +03:00
parent 0e513f3a4b
commit dcdf8132d6
2 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 1M,
app1, app, ota_1, 0x110000,1M,
spiffs, data, spiffs, 0x210000,0x1F0000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, 0x290000,0x170000,

1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 1M 0x140000
5 app1 app ota_1 0x110000 0x150000 1M 0x140000
6 spiffs data spiffs 0x210000 0x290000 0x1F0000 0x170000