Added garbage collection

This commit is contained in:
ollo 2019-04-19 23:54:32 +02:00
parent e33ad2639e
commit 902ebdb85f

View File

@ -136,6 +136,7 @@ function normalOperation()
-- Start the time Thread
tmr.alarm(1, 20000, 1 ,function()
displayTime()
collectgarbage()
end)
end