Update soft reboot message
This commit is contained in:
parent
90b9ec6f2c
commit
3a30887b44
2
main.c
2
main.c
|
@ -509,7 +509,7 @@ int __attribute__((used)) main(void) {
|
||||||
}
|
}
|
||||||
if (exit_code == PYEXEC_FORCED_EXIT) {
|
if (exit_code == PYEXEC_FORCED_EXIT) {
|
||||||
if (!first_run) {
|
if (!first_run) {
|
||||||
serial_write_compressed(translate("soft reboot\n"));
|
serial_write_compressed(translate("\n\n ----- soft reboot -----\n"));
|
||||||
}
|
}
|
||||||
first_run = false;
|
first_run = false;
|
||||||
skip_repl = run_code_py(safe_mode);
|
skip_repl = run_code_py(safe_mode);
|
||||||
|
|
Loading…
Reference in New Issue