esptool: Add support for ESP32-S2 Secure Download Mode
* Pass --no-stub from build system if configured to enable ESP32-S2 Secure Download Mode * Update esptool submodule
This commit is contained in:
committed by
Angus Gratton
parent
f64ae4fa99
commit
d45eabe676
@@ -16,7 +16,7 @@
|
||||
"extra_esptool_args" : {
|
||||
"after" : "${ESPTOOLPY_AFTER}",
|
||||
"before" : "${ESPTOOLPY_BEFORE}",
|
||||
"stub" : "${ESPTOOLPY_WITH_STUB}",
|
||||
"stub" : ${ESPTOOLPY_WITH_STUB},
|
||||
"chip" : "${ESPTOOLPY_CHIP}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user