also flush fileystem on soft reboot from repl
This commit is contained in:
parent
43915133a1
commit
a10e4fe21e
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
|
@ -376,6 +376,7 @@ int run_repl(void) {
|
|||
} else {
|
||||
exit_code = pyexec_friendly_repl();
|
||||
}
|
||||
filesystem_flush();
|
||||
reset_port();
|
||||
reset_board();
|
||||
stop_mp();
|
||||
|
|
|
|||
Loading…
Reference in a new issue