summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-18 15:39:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-18 15:39:28 +0000
commit63659ed129e343ea748fe016b99beea78f723acb (patch)
treebdd512e1be12fc9ee937b21329aaa96dc5976833 /gpsfake
parente925f7671328d5c89d405e7e553b45d8facda39b (diff)
downloadgpsd-63659ed129e343ea748fe016b99beea78f723acb.tar.gz
The NMEA-dump flags is now properly separated from the raw flag.
In new protocol, raw=1 dumps hex; NMEA dumping is separate. All regression tests psss.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index f1b6f553..f101b8da 100755
--- a/gpsfake
+++ b/gpsfake
@@ -65,7 +65,7 @@ pipe = False
singleshot = False
flicker = False
promptme = False
-client_init = '?WATCH={"raw":1}'
+client_init = '?WATCH={"nmea":true}'
doptions = ""
verbose = 0
for (switch, val) in options: