summaryrefslogtreecommitdiff
path: root/xgpsspeed
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2015-04-07 16:12:06 +0800
committerEric S. Raymond <esr@thyrsus.com>2015-04-07 05:26:01 -0400
commited612318a2b3b0101eec4e6914be589819d3c429 (patch)
treed0b26e58745eb7a9d578dde4ac8b88aba619f4ea /xgpsspeed
parent32725eddc51b648970d407bf020486dfd3cacee3 (diff)
downloadgpsd-ed612318a2b3b0101eec4e6914be589819d3c429.tar.gz
Update PRNMAX to include GLONASS in xgps et al
Diffstat (limited to 'xgpsspeed')
-rwxr-xr-xxgpsspeed2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgpsspeed b/xgpsspeed
index 6f10239f..d553d2c8 100755
--- a/xgpsspeed
+++ b/xgpsspeed
@@ -220,7 +220,7 @@ class LandSpeedometer(Speedometer):
class NauticalSpeedometer(Speedometer):
HEADING_SAT_GAP = 0.8
- GPS_PRNMAX = 64 # Above this number are SBAS satellites
+ GPS_PRNMAX = 96 # Above this number are SBAS satellites
SAT_SIZE = 10 # radius of the satellite circle in skyview
def __init__(self, speed_unit=None, maxspeed=100):