docs/reference/mpremote: Add details about mount usage over soft reboot.

pull/8476/head
Andrew Leech 2022-04-04 12:51:49 +10:00 zatwierdzone przez Damien George
rodzic 79c05bd522
commit 3b99b4d675
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -135,6 +135,11 @@ The full list of supported commands are:
$ mpremote mount <local-dir>
During usage, Ctrl-D will soft-reboot and normally reconnect the mount automatically.
If the unit has a main.py running at startup however the remount cannot occur.
In this case a raw mode soft reboot can be used: Ctrl-A Ctrl-D to reboot,
then Ctrl-B to get back to normal repl at which point the mount will be ready.
- unmount the local directory from the remote device:
.. code-block:: bash