removed temp driver set

This commit is contained in:
2025-06-14 17:41:52 -04:00
parent 9a549745d1
commit 411e8635e4

View File

@@ -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()