mirror of https://github.com/ArduPilot/ardupilot
AP_GPS_SBF: Adjust the initial value of HDOP
This commit is contained in:
parent
30233ab9b8
commit
762a66c9e5
|
@ -53,7 +53,7 @@ private:
|
||||||
"spm, Rover, StandAlone+SBAS+DGPS+RTK\n",
|
"spm, Rover, StandAlone+SBAS+DGPS+RTK\n",
|
||||||
"sso, Stream2, Dsk1, postprocess+event, msec100\n"};
|
"sso, Stream2, Dsk1, postprocess+event, msec100\n"};
|
||||||
|
|
||||||
uint32_t last_hdop = 999;
|
uint32_t last_hdop = 9999;
|
||||||
uint32_t crc_error_counter = 0;
|
uint32_t crc_error_counter = 0;
|
||||||
uint32_t last_injected_data_ms = 0;
|
uint32_t last_injected_data_ms = 0;
|
||||||
bool validcommand = false;
|
bool validcommand = false;
|
||||||
|
|
Loading…
Reference in New Issue