Update soft reboot message

This commit is contained in:
microDev 2020-09-18 17:59:18 +05:30 committed by Scott Shawcroft
parent 90b9ec6f2c
commit 3a30887b44
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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);