Browse Source

AC_Fence: Improve auto enable documentation

zr-v5.1
James O'Shannessy 4 years ago committed by Peter Barker
parent
commit
254c28f142
  1. 3
      libraries/AC_Fence/AC_Fence.cpp

3
libraries/AC_Fence/AC_Fence.cpp

@ -102,7 +102,8 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
// @Param: AUTOENABLE // @Param: AUTOENABLE
// @DisplayName: Fence Auto-Enable // @DisplayName: Fence Auto-Enable
// @Description: Auto-enable of fence // @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 // @Range: 0 3
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard

Loading…
Cancel
Save