summaryrefslogtreecommitdiff
path: root/xgpsspeed
diff options
context:
space:
mode:
Diffstat (limited to 'xgpsspeed')
-rwxr-xr-xxgpsspeed2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgpsspeed b/xgpsspeed
index d708edc4..6f10239f 100755
--- a/xgpsspeed
+++ b/xgpsspeed
@@ -220,7 +220,7 @@ class LandSpeedometer(Speedometer):
class NauticalSpeedometer(Speedometer):
HEADING_SAT_GAP = 0.8
- GPS_PRNMAX = 32 # Above this number are SBAS satellites
+ GPS_PRNMAX = 64 # Above this number are SBAS satellites
SAT_SIZE = 10 # radius of the satellite circle in skyview
def __init__(self, speed_unit=None, maxspeed=100):