mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Revert "AP_GPS: drop default GPS lag to 0.1s"
This reverts commit 1e60d2557b
.
This commit is contained in:
parent
83f20ac66a
commit
3f160b4910
@ -1469,7 +1469,7 @@ void AP_GPS::Write_AP_Logger_Log_Startup_messages()
|
||||
bool AP_GPS::get_lag(uint8_t instance, float &lag_sec) const
|
||||
{
|
||||
// always enusre a lag is provided
|
||||
lag_sec = 0.1f;
|
||||
lag_sec = 0.22f;
|
||||
|
||||
if (instance >= GPS_MAX_INSTANCES) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user