Less debug code
This commit is contained in:
parent
6d3f161b09
commit
18e2f348a9
@ -35,7 +35,6 @@ function drawLEDs(data, numberNewChars)
|
|||||||
for i=1,numberNewChars do
|
for i=1,numberNewChars do
|
||||||
if (tmpBuf == nil) then
|
if (tmpBuf == nil) then
|
||||||
tmpBuf = updateColor(data)
|
tmpBuf = updateColor(data)
|
||||||
print("inited tmpBuf" .. tostring(tmpBuf))
|
|
||||||
else
|
else
|
||||||
tmpBuf=tmpBuf .. updateColor(data)
|
tmpBuf=tmpBuf .. updateColor(data)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user