make that work

This commit is contained in:
George Hotz
2018-01-19 12:45:23 -08:00
parent 21f8195d4e
commit d4c052a73a

View File

@@ -28,7 +28,7 @@ if __name__ == "__main__":
# 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"