Initialize modular ATM10 CC control system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local dashboard = require("ui.dashboard")
|
||||
local M = {}
|
||||
function M.run(config)
|
||||
dashboard.render(term, "MEKANISM CONTROL", { "Bootstrap aktiv", "Sector: " .. config.sector })
|
||||
while true do os.pullEvent() end
|
||||
end
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user