We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f485d commit 8f3e20fCopy full SHA for 8f3e20f
main.c
@@ -1012,6 +1012,7 @@ int __attribute__((used)) main(void) {
1012
if (!simulate_reset) {
1013
serial_write_compressed(translate("soft reboot\n"));
1014
}
1015
+ simulate_reset = false;
1016
if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
1017
// If code.py did a fake deep sleep, pretend that we
1018
// are running code.py for the first time after a hard
0 commit comments