I am running ESP8266 LuaLoader 0.87
NodeMCU 0.9.6 build 20150704 powered by Lua 5.1.4
The "Test.lua" code:============================
print("begin test")
DelayEnd = 0
while (DelayEnd == 0) do end
print("end of test")
The output: ===================
dofile(Test.lua) Sunday, January 03, 2016 12:24:33
dofile("Test.lua")
begin test
?©Fê¦ôž!9Œ¦HŒbê
NodeMCU 0.9.6 build 20150704 powered by Lua 5.1.4
lua: cannot open init.lua
>
Hard Restart Sunday, January 03, 2016 12:24:38
Anybody have an idea what the problem is?