AP_Motors: document Hover_learn as copter only
This commit is contained in:
parent
8faadc2ebb
commit
790f609373
@ -137,7 +137,9 @@ const AP_Param::GroupInfo AP_MotorsMulticopter::var_info[] = {
|
||||
// @Param: HOVER_LEARN
|
||||
// @DisplayName: Hover Value Learning
|
||||
// @Description: Enable/Disable automatic learning of hover throttle
|
||||
// @Values: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||
// @Values{Copter}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||
// @Values{Sub}: 0:Disabled
|
||||
// @Values{Plane}: 0:Disabled
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("HOVER_LEARN", 22, AP_MotorsMulticopter, _throttle_hover_learn, HOVER_LEARN_AND_SAVE),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user