fix(wifi): expand app partition size for wifi_prov_mgr

This commit is contained in:
cjin
2026-03-30 08:39:39 +08:00
parent 8aa53a7bbd
commit b7b8dc27dc
@@ -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, , 0x141000,
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, , 0x141000,