From 68d54c2dac8e2d082f0326cdcf56c31e70203300 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 18 Mar 2019 16:37:42 -0700 Subject: driver_nmea0183: Fix 32/64 bug in cycle enders. Long standing bug, that became obvious when more NMEA decodes were added. A 32 bit mask used to index into a 40 member array.o Also fix over agressive mode setting on $PSRFEPE. --- test/daemon/beidou-gb.log.chk | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/daemon/beidou-gb.log.chk') diff --git a/test/daemon/beidou-gb.log.chk b/test/daemon/beidou-gb.log.chk index 41a2b419..216ab57a 100644 --- a/test/daemon/beidou-gb.log.chk +++ b/test/daemon/beidou-gb.log.chk @@ -1,5 +1,4 @@ $PSRFEPE,053229.438,V,,,,,*23 -{"class":"TPV","mode":1} $GPGGA,053229.438,,,,,0,00,,,M,0.0,M,,0000*56 $GNGNS,053229.438,,,,,NNNN,00,,,0.0,,0000*63 $GNGSA,A,1,,,,,,,,,,,,,,,*00 @@ -17,7 +16,6 @@ $GBGSV,2,2,05,209,07,033,*62 $GNRMC,053229.438,V,,,,,,,020315,,,N*56 {"class":"TPV","mode":1} $PSRFEPE,053230.438,V,,,,,*2B -{"class":"TPV","mode":1} $GPGGA,053230.438,,,,,0,00,,,M,0.0,M,,0000*5E $GNGNS,053230.438,,,,,NNNN,00,,,0.0,,0000*6B $GNGSA,A,1,,,,,,,,,,,,,,,*00 @@ -34,7 +32,6 @@ $GBGSV,2,2,05,209,07,033,*62 $GNRMC,053230.438,V,,,,,,,020315,,,N*5E {"class":"TPV","mode":1} $PSRFEPE,053231.438,V,,,,,*2A -{"class":"TPV","mode":1} $GPGGA,053231.438,,,,,0,00,,,M,0.0,M,,0000*5F $GNGNS,053231.438,,,,,NNNN,00,,,0.0,,0000*6A $GNGSA,A,1,,,,,,,,,,,,,,,*00 -- cgit v1.2.1