2022-01-12 14:36:51 -05:00
|
|
|
#
|
|
|
|
# Serial flasher config
|
|
|
|
#
|
2020-09-15 21:12:06 -04:00
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
2022-01-12 14:36:51 -05:00
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
|
|
|
|
# end of Serial flasher config
|
|
|
|
|
2020-09-17 19:01:23 -04:00
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-16MB.csv"
|
2022-01-12 14:36:51 -05:00
|
|
|
#
|
|
|
|
# Partition Table
|
|
|
|
#
|
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-16MB.csv"
|
|
|
|
# end of Partition Table
|