diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-30 23:02:54 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-30 23:02:54 +0300 |
commit | 9dd2c92d016a5ca2119c520fd65ba94da4979f71 (patch) | |
tree | b9c819afd3f505cf30d773bf30495dbe51ae7dfc | |
parent | c1d1c562f3a1e4922711f0584e99ef074c5ce0f1 (diff) | |
download | micropython-9dd2c92d016a5ca2119c520fd65ba94da4979f71.tar.gz micropython-9dd2c92d016a5ca2119c520fd65ba94da4979f71.zip |
esp8266/README: Mention WebREPL.
-rw-r--r-- | esp8266/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/README.md b/esp8266/README.md index b2eae65bd9..e187d4da17 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -18,6 +18,7 @@ Currently implemented features include: - GPIO and bit-banging I2C, SPI support. - 1-Wire and WS2812 (aka Neopixel) protocols support. - Internal filesystem using the flash. +- WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl). Work-in-progress documentation is available at http://docs.micropython.org/en/latest/esp8266/ . |