diff --git a/temperature_driver.lua b/temperature_driver.lua index d0ea878..e6a1c0e 100644 --- a/temperature_driver.lua +++ b/temperature_driver.lua @@ -1,4 +1,4 @@ -local max = 250 +local max = 300 local min = 212 @@ -28,7 +28,7 @@ end -- end local function watch() - + while true do print("Temperature: " .. getValue()) checkTemperature()