From a366d1af2a26a9e91d52fbbcb2103420e2501653 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 19 Mar 2021 18:26:09 +0200 Subject: [PATCH] Use "target remote" for mpsdebug --- platformio/debug/config/mspdebug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/debug/config/mspdebug.py b/platformio/debug/config/mspdebug.py index 6c9b9412..e71b09ca 100644 --- a/platformio/debug/config/mspdebug.py +++ b/platformio/debug/config/mspdebug.py @@ -24,7 +24,7 @@ end define pio_reset_run_target end -target extended-remote $DEBUG_PORT +target remote $DEBUG_PORT monitor erase $LOAD_CMDS pio_reset_halt_target