From b6a08208e171bfaee6d5089435fe675e4f71935d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 18 Jun 2015 11:46:43 +0300 Subject: [PATCH] esp8266: Explicit warning that port is experimental and subject to change. --- esp8266/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/esp8266/README.md b/esp8266/README.md index 5d75be67eb..efd59284e6 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -1,7 +1,10 @@ Micro Python port to ESP8266 ============================ -This is a port of Micro Python to the Espressif ESP8266 wifi module. +This is a highly experimental port of MicroPython for thw WiFi modules based +on Espressif ESP8266 chip. + +WARNING: The port is highly experimental and any APIs are subject to change. Currently implemented features include: - REPL (Python prompt) over UART0.