mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Plane: correct range for kff_thr_2_pitch
This commit is contained in:
parent
2e6bcbd2cf
commit
164711a5c3
@ -71,7 +71,7 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
// @Param: KFF_THR2PTCH
|
||||
// @DisplayName: Throttle to Pitch Mix
|
||||
// @Description: Pitch up to add in proportion to throttle. 100% throttle will add this number of degrees to the pitch target.
|
||||
// @Range: 0 5
|
||||
// @Range: -5 5
|
||||
// @Increment: 0.01
|
||||
// @User: Advanced
|
||||
GSCALAR(kff_throttle_to_pitch, "KFF_THR2PTCH", 0),
|
||||
|
Loading…
Reference in New Issue
Block a user