Skip to content

Commit

Permalink
esp32/partitions-16MiB.csv: Increase 14MiB filesystem to maximum size.
Browse files Browse the repository at this point in the history
The original value was 14000000, it's now changed to 14 * 1024 * 1024.

Fixes issue #8266.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Feb 8, 2022
1 parent 6f7d6c5 commit 6fe3856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/esp32/partitions-16MiB.csv
Expand Up @@ -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,

0 comments on commit 6fe3856

Please sign in to comment.