mirror of https://github.com/ArduPilot/ardupilot
Plane: clarify ALT_HLD_FBWCM description
This commit is contained in:
parent
c9ce6f28b2
commit
59b5a6e604
|
@ -662,7 +662,7 @@ const AP_Param::Info Plane::var_info[] = {
|
|||
|
||||
// @Param: ALT_HOLD_FBWCM
|
||||
// @DisplayName: Minimum altitude for FBWB mode
|
||||
// @Description: This is the minimum altitude in centimeters (above home) that FBWB and CRUISE modes will allow. If you attempt to descend below this altitude then the plane will level off. A value of zero means no limit.
|
||||
// @Description: This is the minimum altitude in centimeters (above home) that FBWB and CRUISE modes will allow. If you attempt to descend below this altitude then the plane will level off. It will also force a climb to this altitude if below in these modes. A value of zero means no limit.
|
||||
// @Units: cm
|
||||
// @User: Standard
|
||||
GSCALAR(FBWB_min_altitude_cm, "ALT_HOLD_FBWCM", ALT_HOLD_FBW_CM),
|
||||
|
|
Loading…
Reference in New Issue