Chat about current Lua tools and IDEs

User avatar
By kmpm
#6982 Hi,

I just made another uploader for nodeMcu.
It's a python script that implements a very simple transfer protocol that enables transfering of binary as well as text files to nodeMcu.
It can also transfer multiple files in one go.

There are some stuff that could be improved, performance for one, but it works for me.

https://github.com/kmpm/nodemcu-uploader

Example
Code: Select allnodemcu-uploader.py --verbose init.lua test.gif
User avatar
By sej7278
#7116
calumk wrote:If you feel like making a MIT version of the esptool (firmware uploader)
That would be lovely!


you can't just change license from gpl2 to mit. what's wrong with the license it has anyway, or are you planning on including it with a closed-source project?