This commit is contained in:
kepler155c@gmail.com
2017-10-08 17:45:01 -04:00
parent 98ec840db1
commit a625b52bad
46 changed files with 334 additions and 319 deletions

View File

@@ -1,8 +1,10 @@
local turtle = _G.turtle
if not turtle or turtle.enableGPS then
return
end
requireInjector(getfenv(1))
_G.requireInjector()
local GPS = require('gps')
local Config = require('config')