Skip to content

Commit e761edf

Browse files
committed
AP_Motors: MOT_THST_HOVER param desc min/max fixed
1 parent f63f46e commit e761edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/AP_Motors/AP_MotorsMulticopter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const AP_Param::GroupInfo AP_MotorsMulticopter::var_info[] = {
133133
// @Param: THST_HOVER
134134
// @DisplayName: Thrust Hover Value
135135
// @Description: Motor thrust needed to hover expressed as a number from 0 to 1
136-
// @Range: 0.2 0.8
136+
// @Range: 0.125 0.6875
137137
// @User: Advanced
138138
AP_GROUPINFO("THST_HOVER", 21, AP_MotorsMulticopter, _throttle_hover, AP_MOTORS_THST_HOVER_DEFAULT),
139139

0 commit comments

Comments
 (0)