diff --git a/tests/location_listener.py b/tests/location_listener.py index 59f83cf5..1f7fdb87 100755 --- a/tests/location_listener.py +++ b/tests/location_listener.py @@ -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"