Skip to content
Snippets Groups Projects
Commit 98970e67 authored by rahix's avatar rahix Committed by q3k
Browse files

docs: Fix `mpremote ls` command

Not sure whether this is version dependent, but the previous command did
not work for me at all.  New command works with `mpremote 1.20.0`.
parent e73de9a4
No related branches found
No related tags found
No related merge requests found
...@@ -112,8 +112,8 @@ You can also access the filesystem over the same Micropython serial port: ...@@ -112,8 +112,8 @@ You can also access the filesystem over the same Micropython serial port:
['main.py', 'st3m', '.sys-installed'] ['main.py', 'st3m', '.sys-installed']
>>> >>>
$ mpremote ls :flash/sys $ mpremote ls :/flash/sys
ls :flash/sys ls :/flash/sys
0 main.py 0 main.py
0 st3m 0 st3m
0 .sys-installed 0 .sys-installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment