As the title says... Chat on...

User avatar
By zooto68
#10720 I flashed the NodeMCU firmware onto an ESP8266. I was playing around with it and scripts were running fine. That is until I loaded a init.Lua file. Now when the device runs all I get is..

nil
nil
nil
nil

over and over.

So I reflashed the firmware and started again. Again, no matter what, when it restarts I get the same thing...
nil
nil
nil
nil
I am convinced that the LuaLoader software is uploading an old version of a file instead of what I am selecting. I even tried it with a brand new ESP8266 never been used before and same result.

I even tried flashing a different firmware then going back to the NodeMCU and yet it is the same. Every time I try to run any script I get the same

nil
nil
nil
nil

Even though at first, before I uploaded the init.Lua for the first time, it ran perfectly.

Has anyone else experienced this?

Thanks,

Mike