summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-12 14:47:29 -0700
committerGary E. Miller <gem@rellim.com>2019-04-12 14:54:22 -0700
commita82f4e143b32a12def7d919fedc6e9fbcc0eb925 (patch)
tree224354ac33b602a3d1801e244fdc5561e7bbf707
parent3c2fe7a177208c5e19899e473374781338dd7572 (diff)
downloadgpsd-a82f4e143b32a12def7d919fedc6e9fbcc0eb925.tar.gz
ubxtool: add new class IDs.
-rwxr-xr-xubxtool2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubxtool b/ubxtool
index c10e5028..1384c710 100755
--- a/ubxtool
+++ b/ubxtool
@@ -2912,6 +2912,8 @@ class ubx(object):
0x10: {'str': 'ESF'},
0x13: {'str': 'MGA'},
0x21: {'str': 'LOG'}
+ 0x27: {'str': 'SEC'}
+ 0xf0: {'str': 'NMEA'}
}
def class_id_s(self, m_class, m_id):