AP_HAL_ESP32: partitions.csv - increase app partition to 3M

This commit is contained in:
Nicholas Kruzan 2022-04-04 14:14:09 +00:00 committed by Andrew Tridgell
parent c3e071579d
commit d42a287db0

View File

@ -1,5 +1,5 @@
# Name, Type, SubType, Offset, Size
nvs, data, nvs, , 0x6000
phy_init, data, phy, , 0x1000
factory, app, factory, , 2M
factory, app, factory, , 3M
storage, 0x45, 0x0, , 128K

1 # Name Type SubType Offset Size
2 nvs data nvs 0x6000
3 phy_init data phy 0x1000
4 factory app factory 2M 3M
5 storage 0x45 0x0 128K