feat: Enable ESP32-C61 stub

This commit is contained in:
Jakub Kocka 2024-09-23 09:21:44 +02:00
parent 3a6a6ecedc
commit 12875d6f66

View File

@ -4,7 +4,6 @@ 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_ESP32C61 # TODO: IDF-9241 to be removed
default n
help