Skip to content

Commit 67b8715

Browse files
authored
Merge pull request #45 from adafruit/dherrada-patch-2
Fix typo (Needs testing)
2 parents 82ecc0c + c19da5b commit 67b8715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_gps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def update(self):
141141
# return sentence
142142
if data_type in (
143143
b"GPGLL",
144-
b"GNGGL",
144+
b"GNGLL",
145145
): # GLL, Geographic Position – Latitude/Longitude
146146
self._parse_gpgll(args)
147147
elif data_type in (b"GPRMC", b"GNRMC"): # RMC, minimum location info

0 commit comments

Comments
 (0)