summaryrefslogtreecommitdiff
path: root/docs/wipy/tutorial/repl.rst
diff options
context:
space:
mode:
authorJason Hildebrand <jason@peaceworks.ca>2015-11-11 23:00:31 -0600
committerdanicampora <daniel@wipy.io>2015-11-18 19:55:55 +0100
commit9142179f813fe10bf0f027ff07097da4882f2d10 (patch)
treebf4e9f609f5ea35d83041ba72851fcad6b434bc6 /docs/wipy/tutorial/repl.rst
parent7080e9632c98b06952ee480f4b4d0021e43d63b4 (diff)
docs/wipy: Add warning about losing wlan connection when changing mode.
Also provide workarounds, link to other revelant sections, and fix some typos.
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
-rw-r--r--docs/wipy/tutorial/repl.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst
index 87b296f88..ef69d9144 100644
--- a/docs/wipy/tutorial/repl.rst
+++ b/docs/wipy/tutorial/repl.rst
@@ -6,9 +6,11 @@ interactive MicroPython prompt that you can access on the WiPy. Using
the REPL is by far the easiest way to test out your code and run commands.
You can use the REPL in addition to writing scripts in ``main.py``.
+.. _wipy_uart:
+
To use the REPL, you must connect to the WiPy either via :ref:`telnet <wipy_telnet>`,
-or with a USB to serial converter wired to the one the two UARTs on the
-WiPy. To enable REPL duplication on UART0 (the one accesible via the expansion board)
+or with a USB to serial converter wired to one of the two UARTs on the
+WiPy. To enable REPL duplication on UART0 (the one accessible via the expansion board)
do::
>>> from machine import UART