mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: enable docs for hover thr learning in plane
This commit is contained in:
parent
49bf0a3057
commit
39182e70e4
|
@ -139,7 +139,7 @@ const AP_Param::GroupInfo AP_MotorsMulticopter::var_info[] = {
|
|||
// @Description: Enable/Disable automatic learning of hover throttle
|
||||
// @Values{Copter}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||
// @Values{Sub}: 0:Disabled
|
||||
// @Values{Plane}: 0:Disabled
|
||||
// @Values{Plane}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("HOVER_LEARN", 22, AP_MotorsMulticopter, _throttle_hover_learn, HOVER_LEARN_AND_SAVE),
|
||||
|
||||
|
|
Loading…
Reference in New Issue