8000 Renamed 16MB flash partition to correct naming. · micropython/micropython@7d19429 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d19429

Browse files
Renamed 16MB flash partition to correct naming.
1 parent 86f42d6 commit 7d19429

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ports/esp32/boards/UM_FEATHERS2/sdkconfig.board

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_SPIRAM_MEMTEST=
88
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=
99
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
1010
CONFIG_PARTITION_TABLE_CUSTOM=y
11-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-16.csv"
11+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-16MiB.csv"
1212
#CONFIG_USB_AND_UART=y
1313

1414
# LWIP
File renamed without changes.

0 commit comments

Comments
 (0)
0