updated
This commit is contained in:
@@ -17,6 +17,7 @@ local function watch()
|
||||
while true do
|
||||
print("Temperature: " .. getValue())
|
||||
checkTemperature()
|
||||
sleep(0.05) -- Update every tenth second
|
||||
end
|
||||
end
|
||||
function checkTemperature()
|
||||
|
||||
Reference in New Issue
Block a user