From 3075996381bcd5447464ada7842125ddf520918c Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 8 Mar 2019 19:24:31 -0800 Subject: driver_nmea0183: Improve GxRMC to decode FAA Mode indicator. This changed some regressions as TPV now has a "status" field it did not have before. --- test/daemon/foretrex-201.log.chk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/daemon/foretrex-201.log.chk') diff --git a/test/daemon/foretrex-201.log.chk b/test/daemon/foretrex-201.log.chk index d2f74871..93c68633 100644 --- a/test/daemon/foretrex-201.log.chk +++ b/test/daemon/foretrex-201.log.chk @@ -66,7 +66,7 @@ $PGRMZ,-30,f,2*04 {"class":"TPV","mode":2,"alt":-9.144,"epx":29.216,"epy":29.216} $GPRTE,1,1,c,*37 $GPRMC,200004,A,5504.4343,N,01025.5386,E,0.0,0.0,260810,1.0,E,D*1E -{"class":"TPV","mode":3,"time":"2010-08-26T20:00:04.000Z","ept":0.005,"lat":55.073905000,"lon":10.425643333,"track":0.0000,"speed":0.000} +{"class":"TPV","status":2,"mode":3,"time":"2010-08-26T20:00:04.000Z","ept":0.005,"lat":55.073905000,"lon":10.425643333,"track":0.0000,"speed":0.000} $GPRMB,A,,,,,,,,,,,,A,D*0E $GPGGA,200004,5504.4343,N,01025.5386,E,2,03,2.5,-9.1,M,43.9,M,,*62 {"class":"TPV","status":2,"mode":3,"time":"2010-08-26T20:00:04.000Z","ept":0.005,"lat":55.073905000,"lon":10.425643333,"alt":-9.100,"track":0.0000,"speed":0.000} -- cgit v1.2.1