Skip to content

Commit

Permalink
Merge pull request #22 from Kodo-kakaku/dev
Browse files Browse the repository at this point in the history
miss table
  • Loading branch information
Kodo-kakaku committed Feb 5, 2023
2 parents 26118ac + df7e5ec commit 0ae6fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/usr/share/gpoint/gpoint
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ conn:close()
local timeToUpdateGNSSdata = 3
while true do
-- modem GNSS data
local optionalParams = {}
local portStatus, GnssData = portActive(modemConfig.port)
if portStatus then
GnssData = gnssParser.getAllData(modemConfig)
Expand Down

0 comments on commit 0ae6fd3

Please sign in to comment.