diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-07 17:46:27 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-07 17:46:27 +0300 |
commit | f84dda711102629dbb6e37e9b6e8e4fcd8a2aff5 (patch) | |
tree | b7bd9e4bdf51deb6076135deb55fc6212097616d /docs/esp8266/quickref.rst | |
parent | a9923d190ec7b1c2f41d7042da91358fa7b8f405 (diff) | |
download | micropython-f84dda711102629dbb6e37e9b6e8e4fcd8a2aff5.tar.gz micropython-f84dda711102629dbb6e37e9b6e8e4fcd8a2aff5.zip |
docs/esp8266/quickref: Link to installation instructions.
Diffstat (limited to 'docs/esp8266/quickref.rst')
-rw-r--r-- | docs/esp8266/quickref.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/esp8266/quickref.rst b/docs/esp8266/quickref.rst index 1a63516f85..48543dfab6 100644 --- a/docs/esp8266/quickref.rst +++ b/docs/esp8266/quickref.rst @@ -9,6 +9,12 @@ Quick reference for the ESP8266 The Adafruit Feather HUZZAH board (image attribution: Adafruit). +Installing MicroPython +---------------------- + +See the corresponding section of tutorial: :ref:`intro`. It also includes +a troubleshooting subsection. + General board control --------------------- |