From 89aa7157d0529f198e466e74ca7d2d05917fd0c7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 17 Apr 2016 18:17:49 +0300 Subject: [PATCH] esp8266/README.md: Update feature list for current state of affairs. --- esp8266/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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/ .