Skip to content

Commit f314cac

Browse files
noslaverdpgeorge
authored andcommitted
esp32/partitions-2MiB.csv: Update table so firmware fits.
The current MicroPython app size is larger than the size allocated in the partitions table.
1 parent 865abba commit f314cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/esp32/partitions-2MiB.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Name, Type, SubType, Offset, Size, Flags
44
nvs, data, nvs, 0x9000, 0x6000,
55
phy_init, data, phy, 0xf000, 0x1000,
6-
factory, app, factory, 0x10000, 0x110000,
7-
vfs, data, fat, 0x120000, 0xA0000,
6+
factory, app, factory, 0x10000, 0x160000,
7+
vfs, data, fat, 0x170000, 0x50000,

0 commit comments

Comments
 (0)