mirror of https://github.com/ArduPilot/ardupilot
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