mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
Plane: update for new airspeed calibration
This commit is contained in:
parent
1fd4cbffb2
commit
0f50f483b8
@ -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…
Reference in New Issue
Block a user