summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-11 13:52:53 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-11 13:52:53 -0500
commit679462e59d42baed4ca1a5f14e1b1958841fae84 (patch)
tree8244eac841c83e9a99e5f45f8351827efc474c54
parentb51dbf4869f11bba8e708f8ee29e7d3ee8b617c6 (diff)
downloadgpsd-679462e59d42baed4ca1a5f14e1b1958841fae84.tar.gz
Correct a delay figure.
-rw-r--r--gps/fake.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps/fake.py b/gps/fake.py
index 93567982..cfecbbea 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -98,7 +98,8 @@ import packet as sniffer
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.05 Fails
#
# Michael Tatarinov on a Raspberry Pi:
-# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.5 Works, 344s real
+# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.05 Works, 344s real
+# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.0 Fails, 339s real
#
# From Hal Murray on NetBSD 6.1.2 on an Intel(R) Celeron(R) CPU 2.80GHz
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.4 Works, takes 688.69s real