summaryrefslogtreecommitdiff
path: root/ubxtool
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-16 21:10:38 -0700
committerGary E. Miller <gem@rellim.com>2019-04-16 21:10:38 -0700
commite8b846dc585eaa2450bcff9a52ce0465b055e3b9 (patch)
treeab19ff789a81db834596916fa73a693693366808 /ubxtool
parent80a022c61fe71c95519f52f283e5373abfd814c7 (diff)
downloadgpsd-e8b846dc585eaa2450bcff9a52ce0465b055e3b9.tar.gz
ubxtool: Change "-p TP5" -> "-p CFG-TP5"
Diffstat (limited to 'ubxtool')
-rwxr-xr-xubxtool6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubxtool b/ubxtool
index b0dffb69..342ad3d7 100755
--- a/ubxtool
+++ b/ubxtool
@@ -3897,6 +3897,9 @@ class ubx(object):
# UBX-CFG-SBAS, get SBAS settings
"CFG-SBAS": {"command": send_cfg_sbas,
"help": "UBX-CFG-SBAS poll SBAS settings"},
+ # UBX-CFG-TP5
+ "CFG-TP5": {"command": send_cfg_tp5,
+ "help": "UBX-TIM-TP5 get time pulse decodes"},
# UBX-CFG-RST cold boot
"COLDBOOT": {"command": send_cfg_rst,
"help": "UBS-CFG-RST coldboot the GPS",
@@ -3952,9 +3955,6 @@ class ubx(object):
# UBX-CFG-TMODE2, get time mode 2 config
"TMODE2": {"command": send_cfg_tmode2,
"help": "UBX-CFG-TMODE2 get time mode 2 config"},
- # UBX-CFG-TP5, get time0 decodes
- "TP5": {"command": send_cfg_tp5,
- "help": "UBX-TIM-TP5 get time pulse decodes"},
# UBX-CFG-RST warm boot
"WARMBOOT": {"command": send_cfg_rst,
"help": "UBX-CFG-RST warmboot the GPS",