This commit is contained in:
2025-06-14 18:13:19 -04:00
parent 0ba9b3d1ce
commit e1c618350b
3 changed files with 3 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ end
local function report()
local value = getValue()
local color = color()
local color = color.black
monitor.setBackgroundColor(color)
monitor.clearLine()
monitor.write("Temperature: " .. value .. "F")