AC_Fence: Move {Plane} mark from Value to Param
This commit is contained in:
parent
dbae31fb15
commit
cb6c1a1c80
@ -99,10 +99,10 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
|
||||
// @User: Standard
|
||||
AP_GROUPINFO_FRAME("RET_ALT", 9, AC_Fence, _ret_altitude, 0.0f, AP_PARAM_FRAME_PLANE),
|
||||
|
||||
// @Param: AUTOENABLE
|
||||
// @Param{Plane}: AUTOENABLE
|
||||
// @DisplayName: Fence Auto-Enable
|
||||
// @Description: Auto-enable of fence
|
||||
// @Values{Plane}: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed
|
||||
// @Values: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed
|
||||
// @Range: 0 3
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
|
Loading…
Reference in New Issue
Block a user