This commit is contained in:
2025-06-14 17:12:56 -04:00
parent 17bae6f3ee
commit df5cff59fd

View File

@@ -13,7 +13,7 @@ burnRateDriver = kernel.addDriver("burnrate_driver")
local function runMonitors()
while true do
sleep(5)
parallel.waitForAll(
tempDriver.watch,
coolantDriver.watch,
@@ -21,7 +21,6 @@ local function runMonitors()
turbineDriver.watch,
burnRateDriver.watch
)
end
end
local function runDisplay()