AC_Fence: Improve auto enable documentation

This commit is contained in:
James O'Shannessy 2021-01-14 10:45:47 +11:00 committed by Peter Barker
parent a88f2721a8
commit 254c28f142
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
// @Param: AUTOENABLE
// @DisplayName: Fence Auto-Enable
// @Description: Auto-enable of fence
// @Values{Plane}: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed
// @Values{Copter, Plane}: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed
// @Values{Rover, Sub}: 0:AutoEnableOff,3:AutoEnableOnlyWhenArmed
// @Range: 0 3
// @Increment: 1
// @User: Standard