swshop fixes

and gpsServer
This commit is contained in:
xAnavrins
2019-07-21 03:11:02 -04:00
parent edb29f5875
commit 86e6155cde
2 changed files with 16 additions and 6 deletions

View File

@@ -23,7 +23,8 @@ local STARTUP_FILE = 'usr/autorun/gpsServer.lua'
local positions = { }
---UI:configure('gps', ...)
UI:configure('gps', ...)
local args, options = Util.parse( ... )
local page = UI.Page {
menuBar = UI.MenuBar {
@@ -78,6 +79,7 @@ function page.menuBar:eventHandler(event)
page.grid:update()
page:draw()
page:sync()
return true
end
local function build()