espflash: bump partition size
This commit is contained in:
parent
7d44c11c78
commit
3a850105a8
1
espflash.toml
Normal file
1
espflash.toml
Normal file
@ -0,0 +1 @@
|
||||
partition_table = "partitions.csv"
|
5
partitions.csv
Normal file
5
partitions.csv
Normal 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,
|
|
Loading…
x
Reference in New Issue
Block a user