AP_GPS: reduce fake Ublox hdop to 130

This commit is contained in:
Randy Mackay 2015-07-14 14:14:25 +09:00
parent 425e26c258
commit df3a04e284

View File

@ -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: