cleanup + example start
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
_G.requireInjector(_ENV)
|
||||
local Config = require('config')
|
||||
local pt = turtle.enableGPS()
|
||||
if pt then
|
||||
local config = Config.load('gps', { })
|
||||
config.home = pt
|
||||
Config.update('gps', config)
|
||||
end
|
||||
Reference in New Issue
Block a user