From ac671546d128bc18e7d51dc6ff029f4aa396ebac Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 25 Mar 2016 15:02:23 +0200 Subject: [PATCH] esp8266/README: Remove outdated reference to initial port heap size. --- esp8266/README.md | 1 - 1 file changed, 1 deletion(-) 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.