Exclude "espota" from debugging probe list
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class Espressif32Platform(PlatformBase):
|
||||
|
||||
# debug tools
|
||||
debug = board.manifest.get("debug", {})
|
||||
non_debug_protocols = ["esptool"]
|
||||
non_debug_protocols = ["esptool", "espota"]
|
||||
supported_debug_tools = [
|
||||
"esp-prog",
|
||||
"iot-bus-jtag",
|
||||
|
||||
Reference in New Issue
Block a user