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.
2 parents 7ac2011 + 4c9044a commit dec3cfcCopy full SHA for dec3cfc
main.c
@@ -1087,6 +1087,7 @@ int __attribute__((used)) main(void) {
1087
if (!simulate_reset) {
1088
serial_write_compressed(translate("soft reboot\n"));
1089
}
1090
+ simulate_reset = false;
1091
if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
1092
// If code.py did a fake deep sleep, pretend that we
1093
// are running code.py for the first time after a hard
0 commit comments