mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commander preflightCheck fail silently for the 2 seconds (rather than skip checks entirely)
This commit is contained in:
parent
e5d9c826d8
commit
e73317a720
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user