|
|
@@ -54,11 +54,12 @@ menu "Serial flasher config"
|
|
|
decompress it on the fly before flashing it. For most payloads, this should result in a
|
|
|
speed increase.
|
|
|
|
|
|
- config ESPTOOLPY_WITH_STUB
|
|
|
- # Only real reason to disable this is when ESP32-S2 Secure Download Mode is set
|
|
|
- bool
|
|
|
- default "y"
|
|
|
- depends on !SECURE_ENABLE_SECURE_ROM_DL_MODE
|
|
|
+ config ESPTOOLPY_NO_STUB
|
|
|
+ bool "Disable download stub"
|
|
|
+ default "n"
|
|
|
+ help
|
|
|
+ The flasher tool sends a precompiled download stub first by default. That stub allows things
|
|
|
+ like compressed downloads and more. Usually you should not need to disable that feature
|
|
|
|
|
|
choice ESPTOOLPY_FLASHMODE
|
|
|
prompt "Flash SPI mode"
|