Skip to content

Commit f86377e

Browse files
committed
fix 4MB-no-uf2 partition table
1 parent 5192082 commit f86377e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ports/espressif/esp-idf-config/partitions-4MB-no-uf2.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
# bootloader.bin,, 0x1000, 32K
44
# partition table,, 0x8000, 4K
55
nvs, data, nvs, 0x9000, 20K,
6-
app, app, factory, 0x10000, 2048K,
7-
user_fs, data, fat, 0x210000, 1984K,
6+
otadata, data, ota, 0xe000, 8K,
7+
ota_0, 0, ota_0, 0x10000, 1408K,
8+
ota_1, 0, ota_1, 0x170000, 1408K,
9+
user_fs, data, fat, 0x2d0000, 1216K,

0 commit comments

Comments
 (0)