[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Aug 6 08:18:38 UTC 2011


The following commit has been merged in the debian branch:
commit 6b345558913da1e4d5e845cab0d78bc6570eeff3
Author: Baruch Even <baruch at ev-en.org>
Date:   Wed Oct 14 09:46:07 2009 +0200

    ogpsd: Correct the comment about usage of SBAS
    
    We set mode to 1 which means we use SBAS but not if its in test-mode.

diff --git a/framework/subsystems/ogpsd/ubx.py b/framework/subsystems/ogpsd/ubx.py
index 9379b1b..7825085 100644
--- a/framework/subsystems/ogpsd/ubx.py
+++ b/framework/subsystems/ogpsd/ubx.py
@@ -276,7 +276,7 @@ class UBXDevice( GPSDevice ):
     def initializeDevice( self ):
         # Use high sensitivity mode
         #self.send("CFG-RXM", 2, {"gps_mode" : 2, "lp_mode" : 0})
-        # Enable use of SBAS (even in testmode)
+        # Enable use of SBAS
         self.send("CFG-SBAS", 8, {"mode" : 1, "usage" : 7, "maxsbas" : 3, "scanmode" : 0})
 
         # Disable NMEA for current port

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list