diff options
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/README.md b/esp8266/README.md index ed570a8f57..a9615999d4 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -8,7 +8,6 @@ WARNING: The port is highly experimental and any APIs are subject to change. Currently implemented features include: - REPL (Python prompt) over UART0. -- 24k heap RAM available for Python code. - Garbage collector, exceptions. - Unicode support. - Builtin modules: gc, array, collections, io, struct, sys, esp, network. |