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",