Copter Fence: reduce circle @Range to 30m

This commit is contained in:
Randy Mackay 2013-07-27 10:28:33 +09:00
parent 57752df68e
commit de59ea3ddc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] PROGMEM = {
// @DisplayName: Circular Fence Radius
// @Description: Circle fence radius which when breached will cause an RTL
// @Units: Meters
// @Range: 0 10000
// @Range: 30 10000
// @User: Standard
AP_GROUPINFO("RADIUS", 4, AC_Fence, _circle_radius, AC_FENCE_CIRCLE_RADIUS_DEFAULT),