Browse Source

Plane: update for new airspeed calibration

master
Andrew Tridgell 9 years ago
parent
commit
0f50f483b8
  1. 2
      ArduPlane/sensors.cpp

2
ArduPlane/sensors.cpp

@ -116,7 +116,7 @@ void Plane::zero_airspeed(bool in_startup) @@ -116,7 +116,7 @@ void Plane::zero_airspeed(bool in_startup)
read_airspeed();
// update barometric calibration with new airspeed supplied temperature
barometer.update_calibration();
gcs_send_text(MAV_SEVERITY_INFO,"Zero airspeed calibrated");
gcs_send_text(MAV_SEVERITY_INFO,"Airspeed calibration started");
}
// read_battery - reads battery voltage and current and invokes failsafe

Loading…
Cancel
Save