Skip to content

Commit c19da5b

Browse files
authored
Fix typo
1 parent 82ecc0c commit c19da5b

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)