mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
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
|
// @Description: Enable/Disable automatic learning of hover throttle
|
||||||
// @Values{Copter}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
// @Values{Copter}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||||
// @Values{Sub}: 0:Disabled
|
// @Values{Sub}: 0:Disabled
|
||||||
// @Values{Plane}: 0:Disabled
|
// @Values{Plane}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("HOVER_LEARN", 22, AP_MotorsMulticopter, _throttle_hover_learn, HOVER_LEARN_AND_SAVE),
|
AP_GROUPINFO("HOVER_LEARN", 22, AP_MotorsMulticopter, _throttle_hover_learn, HOVER_LEARN_AND_SAVE),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user