esp32/partitions-16MiB.csv: Increase 14MiB filesystem to maximum size.
The original value was 14000000, it's now changed to 14 * 1024 * 1024. Fixes issue #8266. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
6f7d6c567f
commit
6fe3856c4f
@ -4,4 +4,4 @@
|
||||
nvs, data, nvs, 0x9000, 0x6000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
factory, app, factory, 0x10000, 0x1F0000,
|
||||
vfs, data, fat, 0x200000, 0xD59F80,
|
||||
vfs, data, fat, 0x200000, 0xE00000,
|
||||
|
|
Loading…
Reference in New Issue
Block a user