This commit is contained in:
2025-06-14 18:16:06 -04:00
parent fb8ebfa358
commit 11d12cb52a
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ end
local function watch() local function watch()
reactor.setBurnRate(init)
end end
local function report() local function report()

View File

@@ -28,6 +28,7 @@ end
-- end -- end
local function watch() local function watch()
while true do while true do
print("Temperature: " .. getValue()) print("Temperature: " .. getValue())
checkTemperature() checkTemperature()