Fixed syntax

This commit is contained in:
ollo 2019-05-15 20:15:43 +02:00
parent a7f566f706
commit 70602f1095

View File

@ -78,7 +78,6 @@ function displayTime()
colorFg = string.char(255,0,0) colorFg = string.char(255,0,0)
ws2812.write(space:rep(107) .. colorFg:rep(3)) ws2812.write(space:rep(107) .. colorFg:rep(3))
end end
end
end end
-- Used for debugging -- Used for debugging
if (clockdebug ~= nil) then if (clockdebug ~= nil) then