We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98c0c22 + 6b43dbc commit 06ca26dCopy full SHA for 06ca26d
examples/gps_simpletest.py
@@ -36,7 +36,7 @@
36
# gps.send_command(b'PMTK314,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0')
37
# Turn off everything:
38
# gps.send_command(b'PMTK314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0')
39
-# Tuen on everything (not all of it is parsed!)
+# Turn on everything (not all of it is parsed!)
40
# gps.send_command(b'PMTK314,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0')
41
42
# Set update rate to once a second (1hz) which is what you typically want.
0 commit comments