ArduPlane: fix invalid Range meta data
This commit is contained in:
parent
605fedc1c0
commit
eab8a8679d
@ -433,7 +433,7 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
// @Param: FBWB_CLIMB_RATE
|
||||
// @DisplayName: Fly By Wire B altitude change rate
|
||||
// @Description: This sets the rate in m/s at which FBWB and CRUISE modes will change its target altitude for full elevator deflection. Note that the actual climb rate of the aircraft can be lower than this, depending on your airspeed and throttle control settings. If you have this parameter set to the default value of 2.0, then holding the elevator at maximum deflection for 10 seconds would change the target altitude by 20 meters.
|
||||
// @Range: 1-10
|
||||
// @Range: 1 10
|
||||
// @Increment: 0.1
|
||||
// @User: Standard
|
||||
GSCALAR(flybywire_climb_rate, "FBWB_CLIMB_RATE", 2.0f),
|
||||
|
Loading…
Reference in New Issue
Block a user