Skip to content

Commit

Permalink
AP_Airspeed:correct metadata ref to old param
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Nov 20, 2024
1 parent 1e99226 commit 120e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Airspeed/AP_Airspeed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = {

// @Param: _OFF_PCNT
// @DisplayName: Maximum offset cal speed error
// @Description: The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued. This potential speed error is in percent of ASPD_FBW_MIN. 0 disables. Helps warn of calibrations without pitot being covered.
// @Description: The maximum percentage speed change in airspeed reports that is allowed due to offset changes between calibrations before a warning is issued. This potential speed error is in percent of AIRSPEED_MIN. 0 disables. Helps warn of calibrations without pitot being covered.
// @Range: 0.0 10.0
// @Units: %
// @User: Advanced
Expand Down

0 comments on commit 120e65e

Please sign in to comment.