mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
make that work
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user