summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-24 13:43:06 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-24 13:43:06 -0400
commit95ee64a63dbe4c13ab0596ec2b16274d7972bc0a (patch)
tree3714f6900e8b3c399a51382b28fea79ddd235464 /TODO
parent1f595480d90b87b71e4eb057eca64f518fb2fb1c (diff)
downloadgpsd-95ee64a63dbe4c13ab0596ec2b16274d7972bc0a.tar.gz
Remove a fulfilled TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 0 insertions, 21 deletions
diff --git a/TODO b/TODO
index aec6aecb..8de42683 100644
--- a/TODO
+++ b/TODO
@@ -52,27 +52,6 @@ Presently PPS Offset is displayed in direct mode for NMEA, SiRF, and
UBX devices. Others should probably do likewise, notably the
Motorola Oncore and Garmin drivers.
-**** gpsmon driver switching and blocking on error
-
-Hal Murray reports:
-
- If I run .gpsmon /dev/ttyUSB0
-
- It starts up in NMEA0183 mode as I expect.
- "i" switches to SiRF, again, as I expect.
-
- "n" switches the display to NMEA layout, but the header still says SiRF.
- Another "n" now says: Device type has no mode switcher.
- At this point, "i" doesn't do anything. (no pause either)
-
-The second 'n' is losing information that it shouldn't.
-
- If I start over and feed it an "f", it starts blinking "Unknown command "f"
- The logging and display update stops. After I type another character, it
- clears the blinking error message and stars logging/updating again.
-
-Display update should not stop while this is going on.
-
*** Time offset debugging in gpsmon ***
Hall Murray: