mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane:expand description of AUTOTUNE_OPTIONS
This commit is contained in:
parent
2f71e023db
commit
f7f9fda6a7
@ -41,9 +41,9 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
|
||||
// @Param: AUTOTUNE_OPTIONS
|
||||
// @DisplayName: Autotune options bitmask
|
||||
// @Description: Autotune specific options
|
||||
// @Bitmask: 0: Disable FLTD update
|
||||
// @Bitmask: 1: Disable FLTT update
|
||||
// @Description: Fixed Wing Autotune specific options. Useful on QuadPlanes with higher INS_GYRO_FILTER settings to prevent these filter values from being set too agressively during Fixed Wing Autotune.
|
||||
// @Bitmask: 0: Disable FLTD update by Autotune
|
||||
// @Bitmask: 1: Disable FLTT update by Autotune
|
||||
// @User: Advanced
|
||||
ASCALAR(autotune_options, "AUTOTUNE_OPTIONS", 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user