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")