1
0
mirror of https://github.com/kepler155c/opus synced 2026-01-05 22:49:05 +00:00

turtle gps rework

This commit is contained in:
kepler155c@gmail.com
2019-02-22 03:52:47 -05:00
parent fc46239f44
commit 4485a751bd
4 changed files with 6 additions and 65 deletions

View File

@@ -23,6 +23,8 @@ local config = Config.load('network', { })
if UI.term.width >= 30 then
table.insert(gridColumns, { heading = 'Fuel', key = 'fuel', width = 5 })
end
if UI.term.width >= 40 then
table.insert(gridColumns, { heading = 'Uptime', key = 'uptime' })
end