updated
This commit is contained in:
4
main.lua
4
main.lua
@@ -13,7 +13,7 @@ burnRateDriver = kernel.addDriver("burnrate_driver")
|
||||
|
||||
|
||||
local function runMonitors()
|
||||
while true do
|
||||
while true do
|
||||
parallel.waitForAll(
|
||||
tempDriver.watch,
|
||||
coolantDriver.watch,
|
||||
@@ -33,7 +33,7 @@ local function runDisplay()
|
||||
{ Label = "Status", driver = statusDriver},
|
||||
{ Label = "Temperature", driver = tempDriver },
|
||||
{ Label = "Coolant", driver = coolantDriver },
|
||||
{ Label = "Turbine", driver = turbineDriver }
|
||||
{ Label = "Turbine", driver = turbineDriver },
|
||||
{ Label = "Burn Rate", driver = burnRateDriver }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user