AP_AHRS: add ARSPD_OPTION note to WIND_MAX

This commit is contained in:
Iampete1 2020-10-09 01:05:22 +01:00 committed by Andrew Tridgell
parent 50d9dcce9b
commit d7e8ad1c13
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] = {
// @Param: WIND_MAX
// @DisplayName: Maximum wind
// @Description: This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is.
// @Description: This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is. See ARSPD_OPTIONS and ARSPD_MAX_WIND to disable airspeed sensors.
// @Range: 0 127
// @Units: m/s
// @Increment: 1