esp8266/README: Remove outdated reference to initial port heap size.

This commit is contained in:
Paul Sokolovsky 2016-03-25 15:02:23 +02:00
parent 88f60de914
commit ac671546d1
1 changed files with 0 additions and 1 deletions

View File

@ -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.