From 2927d6b2dfb27f0b8de91f65e66a425d2af4bfd2 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 7 Jan 2016 17:21:31 +0900 Subject: [PATCH] Copter: add RTL_CONE_SLOPE param description values --- ArduCopter/Parameters.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduCopter/Parameters.cpp b/ArduCopter/Parameters.cpp index 7d2f609b2c..d74fb2d391 100644 --- a/ArduCopter/Parameters.cpp +++ b/ArduCopter/Parameters.cpp @@ -133,6 +133,7 @@ const AP_Param::Info Copter::var_info[] = { // @Description: Defines a cone above home which determines maximum climb // @Range: 0.5 10.0 // @Increment: .1 + // @Values: 0:Disabled,1:Shallow,3:Steep // @User: Standard GSCALAR(rtl_cone_slope, "RTL_CONE_SLOPE", RTL_CONE_SLOPE),