Fixed syntax
This commit is contained in:
parent
a7f566f706
commit
70602f1095
1
main.lua
1
main.lua
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user