add open issue

This commit is contained in:
Marcos Kirsch 2015-02-15 16:54:05 -06:00
parent 62760f1f80
commit ac387a6c2c

View File

@ -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: * File system doesn't like long names, need to protect:
PANIC: unprotected error in call to Lua API (httpserver.lua:78: filename too long) 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.