diff options
| -rw-r--r-- | tools/mpremote/mpremote/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mpremote/mpremote/commands.py b/tools/mpremote/mpremote/commands.py index de12aa0bb..aae612765 100644 --- a/tools/mpremote/mpremote/commands.py +++ b/tools/mpremote/mpremote/commands.py @@ -238,6 +238,7 @@ def do_resume(state, _args=None): def do_soft_reset(state, _args=None): state.ensure_raw_repl(soft_reset=True) + state.did_action() def do_rtc(state, args): |
