diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-11-06 10:02:33 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-11-06 10:02:33 +0300 |
commit | 5c3d75c937c1e7d220dcb8fb4230dd8280b1453f (patch) | |
tree | ebfa6a1a3a6c3e76b5267a3987d4acbc21a032df /docs/esp8266/tutorial/filesystem.rst | |
parent | e84e3e7c106de2588394c787031c9bb9f55ad2ea (diff) | |
download | micropython-5c3d75c937c1e7d220dcb8fb4230dd8280b1453f.tar.gz micropython-5c3d75c937c1e7d220dcb8fb4230dd8280b1453f.zip |
docs/esp8266: Update for new WebREPL setup procedure.
Diffstat (limited to 'docs/esp8266/tutorial/filesystem.rst')
-rw-r--r-- | docs/esp8266/tutorial/filesystem.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/esp8266/tutorial/filesystem.rst b/docs/esp8266/tutorial/filesystem.rst index 9033a8576f..27b0d2608c 100644 --- a/docs/esp8266/tutorial/filesystem.rst +++ b/docs/esp8266/tutorial/filesystem.rst @@ -64,7 +64,6 @@ device starts up. Accessing the filesystem via WebREPL ------------------------------------ -You can access the filesystem over WebREPL using the provided command-line -tool. This tool is found at `<https://github.com/micropython/webrepl>`__ -and is called webrepl_cli.py. Please refer to that program for information -on how to use it. +You can access the filesystem over WebREPL using the web client in a browser +or via the command-line tool. Please refer to Quick Reference and Tutorial +sections for more information about WebREPL. |