Skip to content

Commit

Permalink
make that work
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Jan 19, 2018
1 parent 21f8195 commit d4c052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/location_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def add_nmea_checksum(msg):

# upping baud rate
# 460800 has issues
baudrate = 460800
baudrate = 115200

print "upping baud rate"
msg = add_nmea_checksum("$PUBX,41,1,0007,0003,%d,0" % baudrate)+"\r\n"
Expand Down

0 comments on commit d4c052a

Please sign in to comment.