From ac387a6c2c5e7d4524268a00a6a8e3b7809e28e5 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Sun, 15 Feb 2015 16:54:05 -0600 Subject: [PATCH] add open issue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa42b4a..495aed7 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,5 @@ A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU. * File system doesn't like long names, need to protect: PANIC: unprotected error in call to Lua API (httpserver.lua:78: filename too long) + +* System is very, very memory constrained. Remote execution of Lua scripts only works with trivial scripts.