Fixed minute bug

This commit is contained in:
ollo 2019-05-11 12:16:16 +02:00
parent e68ab9f715
commit 26b16a1e3f

View File

@ -44,7 +44,7 @@ local generateLEDs = function(words, colorForground, colorMin1, colorMin2, color
return nil
end
local minutes=1
local minutes=0
if (words.min1 == 1) then
minutes = minutes + 1
elseif (words.min2 == 1) then