diff options
| author | Damien George <damien@micropython.org> | 2022-02-08 12:24:15 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-02-08 12:25:10 +1100 |
| commit | 6fe3856c4f5baeb5ef7b46dbdfd99bf34f967169 (patch) | |
| tree | f4dca25a85fe41e9674299d75c3b647979a08c92 | |
| parent | 6f7d6c567f8862e0893da7fd08bd828cc6d054cf (diff) | |
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>
| -rw-r--r-- | ports/esp32/partitions-16MiB.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/partitions-16MiB.csv b/ports/esp32/partitions-16MiB.csv index ee3e8c726..ae926c7b9 100644 --- a/ports/esp32/partitions-16MiB.csv +++ b/ports/esp32/partitions-16MiB.csv @@ -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, |
