updated
This commit is contained in:
10
main.lua
10
main.lua
@@ -14,11 +14,11 @@ burnRateDriver = kernel.addDriver("burnrate_driver")
|
||||
|
||||
local function runMonitors()
|
||||
parallel.waitForAll(
|
||||
tempDriver.watch,
|
||||
coolantDriver.watch,
|
||||
statusDriver.watch,
|
||||
turbineDriver.watch,
|
||||
burnRateDriver.watch
|
||||
tempDriver.watch(),
|
||||
coolantDriver.watch(),
|
||||
statusDriver.watch(),
|
||||
turbineDriver.watch(),
|
||||
burnRateDriver.watch()
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user