This commit is contained in:
2025-06-14 18:14:16 -04:00
parent e1c618350b
commit fb8ebfa358

View File

@@ -39,13 +39,13 @@ end
local function watch() -- local function watch()
checkTemperature() -- checkTemperature()
end -- end
local function report() local function report()
local value = getValue() local value = getValue()
local color = color.black local color = colors.black
monitor.setBackgroundColor(color) monitor.setBackgroundColor(color)
monitor.clearLine() monitor.clearLine()
monitor.write("Temperature: " .. value .. "F") monitor.write("Temperature: " .. value .. "F")