mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
This patch adds quickref documentation for the change in commit
afd0701bf7
. This commit added the ability to
disable the REPL and hence use UART0 for serial communication on the
esp8266, but was not previously documented anywhere.
The text is largely taken from the commit message, with generic information
on using the UART duplicated from the Wipy quickref document.