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