Skip to content

Commit

Permalink
AP_SerialManager: default GPS baud to 230400
Browse files Browse the repository at this point in the history
this is the most common baudrate
  • Loading branch information
tridge committed Feb 28, 2024
1 parent 199f0c3 commit 5b84d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_SerialManager/AP_SerialManager_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b84d56

Please sign in to comment.