mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
docs/wipy: Add warning about losing wlan connection when changing mode.
Also provide workarounds, link to other revelant sections, and fix some typos.
This commit is contained in:
committed by
danicampora
parent
7080e9632c
commit
9142179f81
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user