From 875f188a477d5d0ea6fbcae08a675f3a9f23c782 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sun, 23 Jan 2022 14:01:25 +0100 Subject: [PATCH] Comments --- displayword.lua | 2 +- mqtt.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/displayword.lua b/displayword.lua index c3c1038..27e3561 100644 --- a/displayword.lua +++ b/displayword.lua @@ -17,7 +17,7 @@ local round = function(num) end end --- @fn generateLEDs +-- @fn updateColor -- Module displaying of the words -- @param data struct with the following paramter: -- aoC amount of characters for the complete message diff --git a/mqtt.lua b/mqtt.lua index 330488e..1b4353c 100644 --- a/mqtt.lua +++ b/mqtt.lua @@ -1,5 +1,5 @@ -- Global Variables --- Display Temp +-- Display other numbers, e.g. Temperatur tw=nil tcol=nil -- Module Variables