Skip to content
Snippets Groups Projects
Commit 3fe94868 authored by Michael Oborne's avatar Michael Oborne Committed by Andrew Tridgell
Browse files

Plane: fix auto doc unit on GROUND_STEER_DPS

parent efdb678e
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -220,7 +220,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Waypoint Loiter Radius // @DisplayName: Waypoint Loiter Radius
// @Description: Defines the distance from the waypoint center, the plane will maintain during a loiter. If you set this value to a negative number then the default loiter direction will be counter-clockwise instead of clockwise. // @Description: Defines the distance from the waypoint center, the plane will maintain during a loiter. If you set this value to a negative number then the default loiter direction will be counter-clockwise instead of clockwise.
// @Units: Meters // @Units: Meters
// @Range: 1 32767 // @Range: -32767 32767
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard
GSCALAR(loiter_radius, "WP_LOITER_RAD", LOITER_RADIUS_DEFAULT), GSCALAR(loiter_radius, "WP_LOITER_RAD", LOITER_RADIUS_DEFAULT),
...@@ -575,7 +575,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -575,7 +575,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: GROUND_STEER_DPS // @Param: GROUND_STEER_DPS
// @DisplayName: Ground steer rate // @DisplayName: Ground steer rate
// @Description: Ground steering rate in degrees per second for full rudder stick deflection // @Description: Ground steering rate in degrees per second for full rudder stick deflection
// @Units: Meters // @Units: degrees/second
// @Range: 10 360 // @Range: 10 360
// @Increment: 1 // @Increment: 1
// @User: Advanced // @User: Advanced
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment