mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Copter: add RTL_CONE_SLOPE param description values
This commit is contained in:
parent
3800c66f07
commit
2927d6b2df
@ -133,6 +133,7 @@ const AP_Param::Info Copter::var_info[] = {
|
|||||||
// @Description: Defines a cone above home which determines maximum climb
|
// @Description: Defines a cone above home which determines maximum climb
|
||||||
// @Range: 0.5 10.0
|
// @Range: 0.5 10.0
|
||||||
// @Increment: .1
|
// @Increment: .1
|
||||||
|
// @Values: 0:Disabled,1:Shallow,3:Steep
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(rtl_cone_slope, "RTL_CONE_SLOPE", RTL_CONE_SLOPE),
|
GSCALAR(rtl_cone_slope, "RTL_CONE_SLOPE", RTL_CONE_SLOPE),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user