8000 docs/esp8266: Use monospace for software tools. · micropython/micropython@4954290 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4954290

< 8000 div class="d-flex gap-2 flex-items-center flex-md-justify-end">Browse files
fepegardpgeorge
authored andcommitted
docs/esp8266: Use monospace for software tools.
Signed-off-by: Fernando <fepegar@gmail.com>
1 parent 577a3c4 commit 4954290

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/esp8266/tutorial/repl.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ the REPL directly from your PC. Otherwise you will need to have a way of
1818
communicating with the UART.
1919

2020
To access the prompt over USB-serial you need to use a terminal emulator program.
21-
On Windows TeraTerm is a good choice, on Mac you can use the built-in screen
22-
program, and Linux has picocom and minicom. Of course, there are many other
23-
terminal programs that will work, so pick your favourite!
21+
On Windows TeraTerm is a good choice, on Mac you can use the built-in ``screen``
22+
program, and Linux has ``picocom`` and ``minicom``. Of course, there are many
23+
other terminal programs that will work, so pick your favourite!
2424

2525
For example, on Linux you can try running::
2626

@@ -37,9 +37,9 @@ WebREPL allows you to use the Python prompt over WiFi, connecting through a
3737
browser. The latest versions of Firefox and Chrome are supported.
3838

3939
For your convenience, WebREPL client is hosted at
40-
`<http://micropython.org/webrepl>`__ . Alternatively, you can install it
40+
`<http://micropython.org/webrepl>`__. Alternatively, you can install it
4141
locally from the the GitHub repository
42-
`<https://github.com/micropython/webrepl>`__ .
42+
`<https://github.com/micropython/webrepl>`__.
4343

4444
Before connecting to WebREPL, you should set a password and enable it via
4545
a normal serial connection. Initial versions of MicroPython for ESP8266

0 commit comments

Comments
 (0)
0