From fb8ebfa358894e74f1d722176e766a7ff350f9da Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 18:14:16 -0400 Subject: [PATCH] updated --- temperature_driver.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/temperature_driver.lua b/temperature_driver.lua index 9a02370..2905fcf 100644 --- a/temperature_driver.lua +++ b/temperature_driver.lua @@ -39,13 +39,13 @@ end -local function watch() - checkTemperature() -end +-- local function watch() +-- checkTemperature() +-- end local function report() local value = getValue() - local color = color.black + local color = colors.black monitor.setBackgroundColor(color) monitor.clearLine() monitor.write("Temperature: " .. value .. "F")