Browse Source

AP_AirSpeed: notify of calibration start

master
Peter Barker 7 years ago committed by Francisco Ferreira
parent
commit
30f944b921
  1. 1
      libraries/AP_Airspeed/AP_Airspeed.cpp

1
libraries/AP_Airspeed/AP_Airspeed.cpp

@ -307,6 +307,7 @@ void AP_Airspeed::calibrate(bool in_startup) @@ -307,6 +307,7 @@ void AP_Airspeed::calibrate(bool in_startup)
state[i].cal.sum = 0;
state[i].cal.read_count = 0;
}
gcs().send_text(MAV_SEVERITY_INFO,"Airspeed calibration started");
}
/*

Loading…
Cancel
Save