Skip to content

Commit 06ca26d

Browse files
authored
Merge pull request #49 from d-c-d/master
Fix typo s/# Tuen on/# Turn on/ in examples/gps_simpletest.py
2 parents 98c0c22 + 6b43dbc commit 06ca26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gps_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# gps.send_command(b'PMTK314,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0')
3737
# Turn off everything:
3838
# 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!)
39+
# Turn on everything (not all of it is parsed!)
4040
# gps.send_command(b'PMTK314,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0')
4141

4242
# Set update rate to once a second (1hz) which is what you typically want.

0 commit comments

Comments
 (0)