ArduPlane: fix airspeed messages for consistency

This commit is contained in:
Henry Wurzburg 2020-07-13 11:09:55 -05:00 committed by Andrew Tridgell
parent 21940cea09
commit 3617e0c729
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}