updated
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user