mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-20 07:38:28 -04:00
AC_AutoTune: remove @Values from param metadata where @Bitmask exists
This commit is contained in:
parent
b6d5569244
commit
092885f67f
@ -106,7 +106,6 @@ const AP_Param::GroupInfo AC_AutoTune::var_info[] = {
|
|||||||
// @Param: AXES
|
// @Param: AXES
|
||||||
// @DisplayName: Autotune axis bitmask
|
// @DisplayName: Autotune axis bitmask
|
||||||
// @Description: 1-byte bitmap of axes to autotune
|
// @Description: 1-byte bitmap of axes to autotune
|
||||||
// @Values: 7:All,1:Roll Only,2:Pitch Only,4:Yaw Only,3:Roll and Pitch,5:Roll and Yaw,6:Pitch and Yaw
|
|
||||||
// @Bitmask: 0:Roll,1:Pitch,2:Yaw
|
// @Bitmask: 0:Roll,1:Pitch,2:Yaw
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("AXES", 1, AC_AutoTune, axis_bitmask, 7), // AUTOTUNE_AXIS_BITMASK_DEFAULT
|
AP_GROUPINFO("AXES", 1, AC_AutoTune, axis_bitmask, 7), // AUTOTUNE_AXIS_BITMASK_DEFAULT
|
||||||
|
Loading…
Reference in New Issue
Block a user