Skip to content

Commit

Permalink
Merge pull request #45 from adafruit/dherrada-patch-2
Browse files Browse the repository at this point in the history
Fix typo (Needs testing)
  • Loading branch information
evaherrada authored May 7, 2020
2 parents 82ecc0c + c19da5b commit 67b8715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67b8715

Please sign in to comment.