Plane: clarify ALT_HLD_FBWCM description

This commit is contained in:
Henry Wurzburg 2022-10-23 09:29:56 -05:00 committed by Peter Barker
parent c9ce6f28b2
commit 59b5a6e604
1 changed files with 1 additions and 1 deletions

View File

@ -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),