Post topics, source code that relate to the Arduino Platform

User avatar
By JorgenVikingGod
#15148 Sorry I have a problem.
I'm working on mac and upload / format / restart ... with this tool:
https://github.com/kmpm/nodemcu-uploader

To spy and communicate with the ESP8266 (ESP-12)
I'm using the CoolTerm for Mac.

but after restart I get this error too:
Code: Select allNodeMCU 0.9.5 build 20150214 powered by Lua 5.1.4
lua: init.lua:1: not enough memory


Please help me on this.
I also try to format and re upload the files again.
Same error again and again :/
User avatar
By jhedup
#15937
JorgenVikingGod wrote:Please - nobody here who can help me?


It s possible that your current init.lua file contains a script that can not fit into memory.

Remove the init.lua file with this command:
file.remove("init.lua")
then reset.

You should then see similar to this:

NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4
lua: cannot open init.lua