mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
ArduPlane: fix airspeed messages for consistency
This commit is contained in:
parent
21940cea09
commit
3617e0c729
@ -407,7 +407,7 @@ void Plane::startup_INS_ground(void)
|
||||
// --------------------------
|
||||
airspeed.calibrate(true);
|
||||
} else {
|
||||
gcs().send_text(MAV_SEVERITY_WARNING,"No airspeed");
|
||||
gcs().send_text(MAV_SEVERITY_WARNING,"No airspeed sensor present");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user