5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 16:08:28 -04:00

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

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