AP_SerialManager: default GPS baud to 230400

this is the most common baudrate
This commit is contained in:
Andrew Tridgell 2024-02-28 14:46:34 +11:00 committed by Randy Mackay
parent ae13e7dd2e
commit c94b5d837a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
// GPS default baud rates and buffer sizes
// 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_TX 16