summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-11 13:29:40 -0700
committerGary E. Miller <gem@rellim.com>2019-04-11 13:29:40 -0700
commit25064e6733025f97965534836789c90c8db5c315 (patch)
tree0d01aded39d4247c709084f39ace87746fd01bb0 /ubxtool
parentbbce88a13983d8616ba2f79f0d6ac823a9e7920f (diff)
downloadgpsd-25064e6733025f97965534836789c90c8db5c315.tar.gz
ubxtool: Tweak decode of UBX-CFG-TP5 for u-blox 9.
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubxtool b/ubxtool
index 313645b5..3c506dd8 100755
--- a/ubxtool
+++ b/ubxtool
@@ -1895,7 +1895,7 @@ class ubx(object):
else:
s += 'falling, '
gridToGps = (u[10] >> 7) & 0x0f
- gridToGpsDec = ('UTC', 'GPS', 'Glonass', 'BeiDou')
+ gridToGpsDec = ('UTC', 'GPS', 'Glonass', 'BeiDou', 'Galileo')
syncMode = (u[10] >> 11) & 0x03
s += "gridToGps %s, syncMode %d " % (gridToGpsDec[gridToGps], syncMode)