2023-07-26 09:38:30 -04:00
|
|
|
#
|
|
|
|
# Serial flasher config
|
|
|
|
#
|
|
|
|
# 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"
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
|
|
|
|
# end of Serial flasher config
|
|
|
|
|
2023-07-26 10:41:10 -04:00
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-1ota.csv"
|
2023-07-26 09:38:30 -04:00
|
|
|
#
|
|
|
|
# Partition Table
|
|
|
|
#
|
2023-07-26 10:41:10 -04:00
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-1ota.csv"
|
2023-07-26 09:38:30 -04:00
|
|
|
# end of Partition Table
|