Wordclock/tools
2021-03-21 20:38:03 +01:00
..
bin Compressing Luafiles added 2021-02-05 21:32:46 +01:00
luasrcdiet Compressing Luafiles added 2021-02-05 21:32:46 +01:00
initialDietFlash.sh config file can be uploaded with this script, too 2021-03-21 16:06:26 +01:00
luatool.py Serial flashing while controller is running is possible 2021-02-10 23:05:54 +01:00
programESP.sh Moved scripts around 2016-06-23 18:38:33 +02:00
Readme.md Update Readme 2021-02-10 21:51:11 +01:00
remoteFlash.sh Remote update worked 2021-03-21 20:38:03 +01:00
stopController.lua Serial flashing while controller is running is possible 2021-02-10 23:05:54 +01:00
tcpFlash.py Remote update worked 2021-03-21 20:38:03 +01:00

luatool.py

Version 0.8.0 upgraded supported with python 3.x

Source:

https://github.com/4refr0nt/luatool/tree/master/luatool

LuaSrcDiet

LuaSrcDiet reduces the size of Lua 5.1+ source files by aggressively removing all unnecessary whitespace and comments, optimizing constant tokens, and renaming local variables to shorter names.

Source:

https://raw.githubusercontent.com/jirutka/luasrcdiet/master/bin/luasrcdiet

Example:

bin/luasrcdiet ../webserver.lua -o ../webserver_diet.lua