mirror of https://github.com/ArduPilot/ardupilot
Copter Fence: reduce circle @Range to 30m
This commit is contained in:
parent
57752df68e
commit
de59ea3ddc
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue