mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
Merge branch 'feature/esptool_allow_no_stub' into 'master'
Allow esptool's download stub to be disabled by other options and applications See merge request espressif/esp-idf!10114
This commit is contained in:
@@ -160,7 +160,7 @@ else()
|
||||
list(APPEND esptool_flash_main_args "--after=${CONFIG_ESPTOOLPY_AFTER}")
|
||||
endif()
|
||||
|
||||
if(NOT CONFIG_ESPTOOLPY_WITH_STUB)
|
||||
if(CONFIG_ESPTOOLPY_NO_STUB)
|
||||
list(APPEND esptool_flash_main_args "--no-stub")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user