mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 19:20:34 +08:00
commander preflightCheck fail silently for the 2 seconds (rather than skip checks entirely)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user