mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_GPS: reduce fake Ublox hdop to 130
This commit is contained in:
parent
425e26c258
commit
df3a04e284
@ -540,7 +540,7 @@ AP_GPS_UBLOX::_parse_gps(void)
|
||||
Debug("MSG_DOP");
|
||||
state.hdop = _buffer.dop.hDOP;
|
||||
#if UBLOX_FAKE_3DLOCK
|
||||
state.hdop = 200;
|
||||
state.hdop = 130;
|
||||
#endif
|
||||
break;
|
||||
case MSG_SOL:
|
||||
|
Loading…
Reference in New Issue
Block a user