term.blit("offline" ,"7777777", "fffffff")
end
+ term.setCursorPos(1,9)
+ term.setTextColor(colors.gray)
+ print("Make sure the toggle switch is on. This enables")
+ print("drilling. Click start to trigger a drilling cycle.")
+ print("When the carriage returns, it triggers another")
+ print("cycle (immediately or when needed)")
+ print("Status messages explanation:")
+ print(" offline: drills will not drill.")
+ print(" standing by: waiting until lower limit reaced")
+ print(" before continuing to drill")
+ print(" working: drilling until upper limit reached.")
+ print(" stopped: something is wrong.")
+ term.setTextColor(colors.white)
+
+
end
local events = {}