diff options
author | Fernando <fepegar@gmail.com> | 2021-08-22 10:28:31 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-08-30 23:51:27 +1000 |
commit | 4954290e8675d67e8925708230f7a23664ec4b05 (patch) | |
tree | 882c62527b2a01d48555aa4f368e8892b8d28306 /docs/esp8266 | |
parent | 577a3c41925f2b043e80bed467eb2aba3a786dc7 (diff) | |
download | micropython-4954290e8675d67e8925708230f7a23664ec4b05.tar.gz micropython-4954290e8675d67e8925708230f7a23664ec4b05.zip |
docs/esp8266: Use monospace for software tools.
Signed-off-by: Fernando <fepegar@gmail.com>
Diffstat (limited to 'docs/esp8266')
-rw-r--r-- | docs/esp8266/tutorial/repl.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/esp8266/tutorial/repl.rst b/docs/esp8266/tutorial/repl.rst index ba64fcccbe..196541bd02 100644 --- a/docs/esp8266/tutorial/repl.rst +++ b/docs/esp8266/tutorial/repl.rst @@ -18,9 +18,9 @@ the REPL directly from your PC. Otherwise you will need to have a way of communicating with the UART. To access the prompt over USB-serial you need to use a terminal emulator program. -On Windows TeraTerm is a good choice, on Mac you can use the built-in screen -program, and Linux has picocom and minicom. Of course, there are many other -terminal programs that will work, so pick your favourite! +On Windows TeraTerm is a good choice, on Mac you can use the built-in ``screen`` +program, and Linux has ``picocom`` and ``minicom``. Of course, there are many +other terminal programs that will work, so pick your favourite! For example, on Linux you can try running:: @@ -37,9 +37,9 @@ WebREPL allows you to use the Python prompt over WiFi, connecting through a browser. The latest versions of Firefox and Chrome are supported. For your convenience, WebREPL client is hosted at -`<http://micropython.org/webrepl>`__ . Alternatively, you can install it +`<http://micropython.org/webrepl>`__. Alternatively, you can install it locally from the the GitHub repository -`<https://github.com/micropython/webrepl>`__ . +`<https://github.com/micropython/webrepl>`__. Before connecting to WebREPL, you should set a password and enable it via a normal serial connection. Initial versions of MicroPython for ESP8266 |