espflash: bump partition size

This commit is contained in:
Victoria Fischer 2024-12-14 14:41:00 +01:00
parent 7d44c11c78
commit 3a850105a8
2 changed files with 6 additions and 0 deletions

1
espflash.toml Normal file
View File

@ -0,0 +1 @@
partition_table = "partitions.csv"

5
partitions.csv Normal file
View File

@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
# 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, , 3M,
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, , 3M,