diff --git a/src/modules/commander/PreflightCheck.cpp b/src/modules/commander/PreflightCheck.cpp index 2830a2afb0..1ce23e15fb 100644 --- a/src/modules/commander/PreflightCheck.cpp +++ b/src/modules/commander/PreflightCheck.cpp @@ -575,7 +575,7 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, bool checkSensors, bool check if (time_since_boot < 2000000) { // the airspeed driver filter doesn't deliver the actual value yet - return true; + reportFailures = false; } #ifdef __PX4_QURT