Switch to native image loading in debug mode

This commit is contained in:
Ivan Kravets
2018-07-06 15:10:13 +03:00
parent f75157e602
commit 745461a918
-1
View File
@@ -85,7 +85,6 @@ class Espressif32Platform(PlatformBase):
"$LOAD_CMD",
"pio_reset_halt_target"
],
"load_cmd": "preload",
"onboard": link in debug.get("onboard_tools", []),
"default": link in debug.get("default_tools", [])