Increase app partition

This commit is contained in:
DrZlo13 2021-11-01 06:00:52 +10:00
parent 73eaec52a6
commit 770b08099b
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1M,
factory,app,factory,0x10000,2M,
nvs_storage,data,nvs, ,100K
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs,data,nvs,0x9000,24K,
4 phy_init,data,phy,0xf000,4K,
5 factory,app,factory,0x10000,1M, factory,app,factory,0x10000,2M,
6 nvs_storage,data,nvs, ,100K