diff options
Diffstat (limited to 'esp8266')
-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/ . |