Skip to content

Commit 3a30887

Browse files
microdev1tannewt
authored andcommitted
Update soft reboot message
1 parent 90b9ec6 commit 3a30887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ int __attribute__((used)) main(void) {
509509
}
510510
if (exit_code == PYEXEC_FORCED_EXIT) {
511511
if (!first_run) {
512-
serial_write_compressed(translate("soft reboot\n"));
512+
serial_write_compressed(translate("\n\n ----- soft reboot -----\n"));
513513
}
514514
first_run = false;
515515
skip_repl = run_code_py(safe_mode);

0 commit comments

Comments
 (0)