diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-06-24 17:38:53 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-06-24 17:38:53 +0300 |
commit | 602f7e2189ad235348b329bcd3eda536265b89e5 (patch) | |
tree | 3abc74a45b7b823bac9d835945eac77051e034c5 /esp8266 | |
parent | 7455e401868f86dc319d2f5f945fe7a59cbe76ba (diff) | |
download | micropython-602f7e2189ad235348b329bcd3eda536265b89e5.tar.gz micropython-602f7e2189ad235348b329bcd3eda536265b89e5.zip |
esp8266/README: Make "Documentation" a top-level section.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/README.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/esp8266/README.md b/esp8266/README.md index d717d26fed..252e195d83 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -114,8 +114,13 @@ Python prompt over WiFi, connecting through a browser. Please follow the instructions there. -More detailed instructions can be found at -http://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html +Documentation +------------- + +More detailed documentation and instructions can be found at +http://docs.micropython.org/en/latest/esp8266/ , which includes Quick +Reference, Tutorial, General Information related to ESP8266 port, and +to MicroPython in general. Troubleshooting --------------- @@ -132,3 +137,5 @@ experience strange bootloops, crashes, lockups, here's a list to check against: Please consult dedicated ESP8266 forums/resources for hardware-related problems. + +Additional information may be available by the documentation links above. |