fix(provisioning): enlarged app size for build issue fix

This commit is contained in:
yinqingzhao
2025-04-29 20:41:04 +08:00
parent 798a529ca6
commit b1cc59865b

View File

@ -2,4 +2,4 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, , 0x6000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 0x140000,
factory, app, factory, , 0x150000,

1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, , 0x6000,
4 phy_init, data, phy, , 0x1000,
5 factory, app, factory, , 0x140000, factory, app, factory, , 0x150000,