Skip to content

Commit

Permalink
ArduPlane: fix airspeed messages for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored and tridge committed Jul 20, 2020
1 parent 21940ce commit 3617e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 3617e0c

Please sign in to comment.