Hi * Niemeyer <[email protected]> [24-02-09 13:07]: > I've attached a patch from my neo... sry, last patch was wrong, here is the right one..
Tim Niemeyer
--- framework/subsystems/ogpsd/nmea.py.org 2009-02-24 10:04:49.000000000 +0100
+++ framework/subsystems/ogpsd/nmea.py 2009-02-25 15:03:04.000000000 +0100
@@ -168,7 +168,6 @@
self.do_lat_lon(words[1:])
self.altitude = string.atof(words[8])
# FIXME: Mode
- self._updateFixStatus( self.status + 1 )
self._updatePosition( 7, self.lat, self.lon, self.altitude )
#$GPGSA,A,1,,,,,,,,,,,,,50.0,50.0,50.0*05
@@ -200,6 +199,7 @@
self._updateSatellites(
(self.prn[n],self.used[n],self.elevation[n],self.azimuth[n],self.ss[n]) for n in range(12)
)
+ self._updateFixStatus( int(self.mode) )
#$GPGSV,3,1,09,14,77,023,,21,67,178,,29,64,307,,30,42,095,*7E
#$GPGSV,3,2,09,05,29,057,,11,15,292,,18,08,150,,23,08,143,*7A
signature.asc
Description: Digital signature
_______________________________________________ smartphones-standards mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-standards
