esp8266/README: Promote from "highly experimental" to "experimental".
This commit is contained in:
parent
b8f45166c6
commit
4cfe3e84b0
@ -1,12 +1,12 @@
|
||||
MicroPython port to ESP8266
|
||||
===========================
|
||||
|
||||
This is a highly experimental port of MicroPython for the WiFi modules based
|
||||
This is an experimental port of MicroPython for the WiFi modules based
|
||||
on Espressif ESP8266 chip.
|
||||
|
||||
WARNING: The port is highly experimental and any APIs are subject to change.
|
||||
WARNING: The port is experimental and many APIs are subject to change.
|
||||
|
||||
Currently implemented features include:
|
||||
Supported features include:
|
||||
- REPL (Python prompt) over UART0.
|
||||
- Garbage collector, exceptions.
|
||||
- Unicode support.
|
||||
@ -19,6 +19,8 @@ Currently implemented features include:
|
||||
- 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).
|
||||
- Modules for HTTP, MQTT, many other formats and protocols via
|
||||
https://github.com/micropython/micropython-lib .
|
||||
|
||||
Work-in-progress documentation is available at
|
||||
http://docs.micropython.org/en/latest/esp8266/ .
|
||||
|
Loading…
Reference in New Issue
Block a user