turtle gps rework

This commit is contained in:
kepler155c@gmail.com
2019-02-22 05:18:13 -05:00
parent f37dac0c79
commit 9db6d22ab5

View File

@@ -12,6 +12,9 @@ local fs = _G.fs
local peripheral = _G.peripheral
local turtle = _G.turtle
-- update
if fs.exists('packages/turtle/autorun/gps.lua') then fs.delete('packages/turtle/autorun/gps.lua') end
-- add a System setup tab
fs.mount('sys/apps/system/turtle.lua', 'linkfs', 'packages/turtle/system/turtle.lua')