Skip to content

Commit 33bd331

Browse files
authored
Merge pull request #28 from dherrada/bug-fix
README now explains an issue with gps.send_command being executed multiple times in rapid succession
2 parents 70db3f9 + 69e46c7 commit 33bd331

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ These two lines are the lines that actually solve the issue:
8989
print('Latitude: {0:.6f} degrees'.format(gps.latitude))
9090
print('Longitude: {0:.6f} degrees'.format(gps.longitude))
9191
92+
93+
Note: Sending multiple PMTK314 packets with gps.send_command() will not work unless there is a substantial amount of time in-between each time gps.send_command() is called. A time.sleep() of 1 second or more should fix this.
94+
9295
About NMEA Data
9396
===============
9497
This GPS module uses the NMEA 0183 protocol.

0 commit comments

Comments
 (0)