diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 15:02:23 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 15:02:23 +0200 |
commit | ac671546d128bc18e7d51dc6ff029f4aa396ebac (patch) | |
tree | 53a97bcb63d887c499bb53056eb83849f21ac16e /esp8266 | |
parent | 88f60de914fb3c0ef78931cba151afdd487f37cb (diff) | |
download | micropython-ac671546d128bc18e7d51dc6ff029f4aa396ebac.tar.gz micropython-ac671546d128bc18e7d51dc6ff029f4aa396ebac.zip |
esp8266/README: Remove outdated reference to initial port heap size.
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. |