We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3edbd07 + 82c8973 commit 180bc4bCopy full SHA for 180bc4b
components/esptool_py/Kconfig.projbuild
@@ -4,7 +4,7 @@ menu "Serial flasher config"
4
config ESPTOOLPY_NO_STUB
5
bool "Disable download stub"
6
default y if IDF_ENV_FPGA || IDF_ENV_BRINGUP
7
- 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
8
default n
9
10
help
0 commit comments