mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
Changes are: - decision to remount local filesystem on remote device is made only if "MPY: soft reboot" is seen in the output after sending a ctrl-D - a nice message is printed to the user when the remount occurs - soft reset during raw REPL is now handled correctly Fixes issue #7731. Signed-off-by: Damien George <damien@micropython.org>