Wordclock/tools
Ollo bf61184217 Stop download on failure during generation 2023-03-04 19:20:41 +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
Readme.md Update Readme 2021-02-10 21:51:11 +01:00
initialDietFlash.sh Stop download on failure during generation 2023-03-04 19:20:41 +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
remoteFlash.sh Use a timeout to activate Telnet server 2022-01-06 16:35:41 +01:00
stopController.lua Serial flashing while controller is running is possible 2021-02-10 23:05:54 +01:00
tcpFlash.py Upload into temporary file; Rename it after upload was finished 2022-01-06 16:46:33 +01:00

Readme.md

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