mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: increase MOT_THST_HOVER parameter description range
No functional change
This commit is contained in:
parent
cadd95fdd8
commit
b63666d188
|
@ -127,7 +127,7 @@ const AP_Param::GroupInfo AP_MotorsMulticopter::var_info[] = {
|
|||
// @Param: THST_HOVER
|
||||
// @DisplayName: Thrust Hover Value
|
||||
// @Description: Motor thrust needed to hover expressed as a number from 0 to 1
|
||||
// @Range: 0.25 0.8
|
||||
// @Range: 0.2 0.8
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("THST_HOVER", 21, AP_MotorsMulticopter, _throttle_hover, AP_MOTORS_THST_HOVER_DEFAULT),
|
||||
|
||||
|
|
Loading…
Reference in New Issue