diff --git a/esp8266/README.md b/esp8266/README.md index 58436ee304..7c6dfaf8d1 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -13,15 +13,11 @@ Currently implemented features include: - Builtin modules: gc, array, collections, io, struct, sys, esp, network, many more. - Arbitrary-precision long integers and 30-bit precision floats. -- Basic WiFi support. +- WiFi support. - Sockets using modlwip. - GPIO and bit-banging I2C, SPI support. - 1-Wire and WS2812 (aka Neopixel) protocols support. - -On the TODO list: -- Full wifi support. - Internal filesystem using the flash. -- ... Work-in-progress documentation is available at http://docs.micropython.org/en/latest/esp8266/ .