circuitpython/ports/esp32s2/esp-idf-config/sdkconfig-4MB.defaults

9 lines
458 B
Plaintext
Raw Normal View History

2020-09-17 19:01:23 -04:00
# No newlines in this file so they are preserved in the board sdkconfig.
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
2020-09-17 19:01:23 -04:00
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB.csv"
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB.csv"