From 98970e6767817a38edab00f5dcb0fe080f5df0e4 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Tue, 15 Aug 2023 13:06:59 +0200 Subject: [PATCH] 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`. --- docs/badge/programming.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/badge/programming.rst b/docs/badge/programming.rst index 759c6697e1..a58ce2cc1d 100644 --- a/docs/badge/programming.rst +++ b/docs/badge/programming.rst @@ -112,8 +112,8 @@ You can also access the filesystem over the same Micropython serial port: ['main.py', 'st3m', '.sys-installed'] >>> - $ mpremote ls :flash/sys - ls :flash/sys + $ mpremote ls :/flash/sys + ls :/flash/sys 0 main.py 0 st3m 0 .sys-installed -- GitLab