feat: Enable ESP32-C5 stub

This commit is contained in:
Jaroslav Burian
2024-08-27 10:13:45 +02:00
committed by BOT
parent 75fec0bdff
commit 82c8973add

View File

@@ -4,7 +4,7 @@ menu "Serial flasher config"
config ESPTOOLPY_NO_STUB
bool "Disable download stub"
default y if IDF_ENV_FPGA || IDF_ENV_BRINGUP
default y if IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32C61 # TODO: IDF-8631, IDF-9241 to be removed
default y if IDF_TARGET_ESP32C61 # TODO: IDF-9241 to be removed
default n
help