Modify data port baud rate to 460800
This commit is contained in:
parent
15e58d32fe
commit
a8782c4fca
@ -183,7 +183,8 @@ typedef struct {
|
||||
double fixedLat = 40.09029479;
|
||||
double fixedLong = -105.18505761;
|
||||
double fixedAltitude = 1560.089;
|
||||
uint32_t dataPortBaud = 460800; //Default to 460800bps to support >10Hz update rates
|
||||
uint32_t dataPortBaud = 460800; //Default to 460800bps to support >10Hz update rates
|
||||
//uint32_t dataPortBaud = 115200; //Default to 460800bps to support >10Hz update rates
|
||||
uint32_t radioPortBaud = 57600; //Default to 57600bps to support connection to SiK1000 radios
|
||||
float surveyInStartingAccuracy = 1.0; //Wait for 1m horizontal positional accuracy before starting survey in
|
||||
uint16_t measurementRate = 250; //Elapsed ms between GNSS measurements. 25ms to 65535ms. Default 4Hz.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user