diff --git a/adafruit_gps.py b/adafruit_gps.py index cfe159e..1a518ba 100644 --- a/adafruit_gps.py +++ b/adafruit_gps.py @@ -141,7 +141,7 @@ def update(self): # return sentence if data_type in ( b"GPGLL", - b"GNGGL", + b"GNGLL", ): # GLL, Geographic Position – Latitude/Longitude self._parse_gpgll(args) elif data_type in (b"GPRMC", b"GNRMC"): # RMC, minimum location info