diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-06-18 11:46:43 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-06-18 11:46:43 +0300 |
commit | b6a08208e171bfaee6d5089435fe675e4f71935d (patch) | |
tree | 8fbbe717eedafa497ef5c83a8c1338612aed284e /esp8266 | |
parent | fb4b80082042acfad099467fc0ea94d57b7e6221 (diff) | |
download | micropython-b6a08208e171bfaee6d5089435fe675e4f71935d.tar.gz micropython-b6a08208e171bfaee6d5089435fe675e4f71935d.zip |
esp8266: Explicit warning that port is experimental and subject to change.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
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. |