Persist and resume Create production state
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Install this file as startup.lua on the Create control computer.
|
||||
-- It resumes the persisted production state through create_boiler_display.lua.
|
||||
|
||||
if not fs.exists("create_boiler_display.lua") then
|
||||
printError("create_boiler_display.lua fehlt")
|
||||
return
|
||||
end
|
||||
|
||||
sleep(1)
|
||||
shell.run("create_boiler_display.lua")
|
||||
Reference in New Issue
Block a user