Post your best Lua script examples here

User avatar
By alon24
#12012 I am now reaching a point where I want to start using g the ESP8266 and not just mess with it.

but now I find that for my project I need something like 10 files, in various states, some compiled other not.

for flash I need
flashnod
llbin
init

for OLED I need
2 font files - binary
3 module files- lc and lua
for my code I need 2 files
and so on....

is there an easy way to compile a state on the device, download all the files there. and then when needed just upload it all?

I am sure this is not new, but I did not see an answer