updated
This commit is contained in:
16
main.lua
16
main.lua
@@ -64,13 +64,13 @@ local function runDisplay()
|
||||
end
|
||||
end
|
||||
|
||||
local function startUp()
|
||||
parallel.waitForAll(tempDriver.startUp,
|
||||
coolantDriver.startUp,
|
||||
statusDriver.startUp,
|
||||
turbineDriver.startUp,
|
||||
burnRateDriver.startUp,
|
||||
environmentDriver.startUp)
|
||||
local function startup()
|
||||
parallel.waitForAll(tempDriver.startup,
|
||||
coolantDriver.startup,
|
||||
statusDriver.startup,
|
||||
turbineDriver.startup,
|
||||
burnRateDriver.startup,
|
||||
environmentDriver.startup)
|
||||
end
|
||||
|
||||
local function shutDown()
|
||||
@@ -98,7 +98,7 @@ local function runSafe()
|
||||
sleep(1)
|
||||
end
|
||||
|
||||
startUp();
|
||||
startup();
|
||||
monitor.clear();
|
||||
-- local names = peripheral.getNames()
|
||||
-- for index, value in ipairs(names) do
|
||||
|
||||
Reference in New Issue
Block a user