From 316314823864f294ad2c128d580284b8af4ce60a Mon Sep 17 00:00:00 2001 From: ollo Date: Wed, 1 Mar 2017 19:44:23 +0100 Subject: [PATCH] Moved debug printing line --- main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 41d7147..0977342 100644 --- a/main.lua +++ b/main.lua @@ -48,13 +48,14 @@ function displayTime() timezoneoffset=0 end time = getTime(sec, timezoneoffset) - print("Local time : " .. time.year .. "-" .. time.month .. "-" .. time.day .. " " .. time.hour .. ":" .. time.minute .. ":" .. time.second) words = display_timestat(time.hour, time.minute) ledBuf = generateLEDs(words, color, color1, color2, color3, color4, display_countwords_de(words)) + print("Local time : " .. time.year .. "-" .. time.month .. "-" .. time.day .. " " .. time.hour .. ":" .. time.minute .. ":" .. time.second) + -- Write the buffer to the LEDs ws2812.write(ledBuf)