Revert "AP_GPS: drop default GPS lag to 0.1s"

This reverts commit 1e60d2557b.
This commit is contained in:
Andrew Tridgell 2022-01-03 15:30:34 +11:00 committed by Peter Hall
parent 83f20ac66a
commit 3f160b4910

View File

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