Browse Source

APM: fixed loiter radius docs to reflect new limit

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
e479af67ff
  1. 2
      ArduPlane/Parameters.pde

2
ArduPlane/Parameters.pde

@ -185,7 +185,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -185,7 +185,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Waypoint Loiter Radius
// @Description: Defines the distance from the waypoint center, the plane will maintain during a loiter
// @Units: Meters
// @Range: 1 127
// @Range: 1 32767
// @Increment: 1
// @User: Standard
GSCALAR(loiter_radius, "WP_LOITER_RAD", LOITER_RADIUS_DEFAULT),

Loading…
Cancel
Save