removed temp driver set
This commit is contained in:
2
main.lua
2
main.lua
@@ -14,7 +14,7 @@ burnRateDriver = kernel.addDriver("burnrate_driver")
|
|||||||
|
|
||||||
local function runMonitors()
|
local function runMonitors()
|
||||||
while true do
|
while true do
|
||||||
tempDriver.watch()
|
--tempDriver.watch()
|
||||||
coolantDriver.watch()
|
coolantDriver.watch()
|
||||||
statusDriver.watch()
|
statusDriver.watch()
|
||||||
turbineDriver.watch()
|
turbineDriver.watch()
|
||||||
|
|||||||
Reference in New Issue
Block a user