mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_SerialManager: default GPS baud to 230400
this is the most common baudrate
This commit is contained in:
parent
d894f7ac5d
commit
c2be9f3c56
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
// GPS default baud rates and buffer sizes
|
// GPS default baud rates and buffer sizes
|
||||||
// we need a 256 byte buffer for some GPS types (eg. UBLOX)
|
// we need a 256 byte buffer for some GPS types (eg. UBLOX)
|
||||||
#define AP_SERIALMANAGER_GPS_BAUD 38400
|
#define AP_SERIALMANAGER_GPS_BAUD 230400
|
||||||
#define AP_SERIALMANAGER_GPS_BUFSIZE_RX 256
|
#define AP_SERIALMANAGER_GPS_BUFSIZE_RX 256
|
||||||
#define AP_SERIALMANAGER_GPS_BUFSIZE_TX 16
|
#define AP_SERIALMANAGER_GPS_BUFSIZE_TX 16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user