Chat about current Lua tools and IDEs

User avatar
By 4refr0nt
#23042
alon24 wrote:Is this still being developed?
I think I have RC1

I donated and now that I understand that nodemcu has 35K to work with.
So is there any news about this (very nice) program?


Thanks!
latest release RC2
User avatar
By juanmol
#26067 Hi, i've a very big problem. I was using ESPlorer on Windows 7, and works fine. Now i'm trying in a ubuntu and get this problem:
Code: Select allCommunication with MCU...
Got answer! AutoDetect firmware...

NodeMCU firmware detected.
=node.heap()
33928
> file.remove("wifi_te�����);
Waiting answer from ESP - Timeout reached. Command aborted.

after click on "Save to E..." it send some extra characters. It's aleatory:
Code: Select allfile.remove("wifi_test.lua");
> file.open("wifi_test.lua"," -�k7
stdin:1: unexpected symbol near '�'Waiting answer from ESP - Timeout reached. Command aborted.

Code: Select allfile.remove("wifi_test.lua");
> file.open("wifi_test.lua",��IJ�j�Waiting answer from ESP - Timeout reached. Command aborted.

Code: Select all> file.remove("wifi_test.lua");
> file.open("wifi_test.lua","w+");
> w = file.writeline
> w([[server = "88.88.88.88"     -/`_P`�hostnᯐ� MQTT broker]]);
> Waiting answer from ESP - Timeout reached. Command aborted.


How can i fix it?