Skip to content

Commit

Permalink
Plane:expand description of AUTOTUNE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Jan 11, 2024
1 parent 8ccf51b commit 17b85dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ArduPlane/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit 17b85dd

Please sign in to comment.