esp8266/README: Mention WebREPL.

This commit is contained in:
Paul Sokolovsky 2016-04-30 23:02:54 +03:00
parent c1d1c562f3
commit 9dd2c92d01
1 changed files with 1 additions and 0 deletions

View File

@ -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/ .