conf: align partitions to 64kB

This commit is contained in:
King Kévin 2023-01-07 06:12:32 +01:00
parent 48e0b43255
commit e7471143c6
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
dfu, app, factory, , 222K,
app, app, ota_0, , 3700K,
dfu, app, factory, , 256K,
app, app, ota_0, , 3768K,

1 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, , 0x4000,
4 otadata, data, ota, , 0x2000,
5 phy_init, data, phy, , 0x1000,
6 dfu, app, factory, , 222K, dfu, app, factory, , 256K,
7 app, app, ota_0, , 3700K, app, app, ota_0, , 3768K,