From f7d095579178ef936defa96c6390f2656dd03056 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 Jun 2018 20:18:47 +0300 Subject: [PATCH] Update default debug initial commands --- platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.py b/platform.py index 3c9f05f..74686b7 100644 --- a/platform.py +++ b/platform.py @@ -74,7 +74,7 @@ class Espressif32Platform(PlatformBase): "init_cmds": [ "define pio_reset_halt_target", " mon reset halt", - " x $a1=0", + " flushregs", "end", "define pio_reset_target", " mon reset",