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>
pull/8276/head
Damien George 2022-02-08 12:24:15 +11:00
rodzic 6f7d6c567f
commit 6fe3856c4f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,

1 # Notes: the offset of the partition table itself is set in
4 nvs, data, nvs, 0x9000, 0x6000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 factory, app, factory, 0x10000, 0x1F0000,
7 vfs, data, fat, 0x200000, 0xD59F80, vfs, data, fat, 0x200000, 0xE00000,