Skip to content

Commit 4cfe3e8

Browse files
committed
esp8266/README: Promote from "highly experimental" to "experimental".
1 parent b8f4516 commit 4cfe3e8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

esp8266/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MicroPython port to ESP8266
22
===========================
33

4-
This is a highly experimental port of MicroPython for the WiFi modules based
4+
This is an experimental port of MicroPython for the WiFi modules based
55
on Espressif ESP8266 chip.
66

7-
WARNING: The port is highly experimental and any APIs are subject to change.
7+
WARNING: The port is experimental and many APIs are subject to change.
88

9-
Currently implemented features include:
9+
Supported features include:
1010
- REPL (Python prompt) over UART0.
1111
- Garbage collector, exceptions.
1212
- Unicode support.
@@ -19,6 +19,8 @@ Currently implemented features include:
1919
- 1-Wire and WS2812 (aka Neopixel) protocols support.
2020
- Internal filesystem using the flash.
2121
- WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl).
22+
- Modules for HTTP, MQTT, many other formats and protocols via
23+
https://github.com/micropython/micropython-lib .
2224

2325
Work-in-progress documentation is available at
2426
http://docs.micropython.org/en/latest/esp8266/ .

0 commit comments

Comments
 (0)