mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Motors: Change to description(NFC)
This commit is contained in:
parent
abb91fc33a
commit
371f11b7f4
@ -137,9 +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{Copter}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||
// @Values{Copter}: 0:Disabled, 1:Learn, 2:Learn and Save
|
||||
// @Values{Sub}: 0:Disabled
|
||||
// @Values{Plane}: 0:Disabled, 1:Learn, 2:LearnAndSave
|
||||
// @Values{Plane}: 0:Disabled, 1:Learn, 2:Learn and Save
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("HOVER_LEARN", 22, AP_MotorsMulticopter, _throttle_hover_learn, HOVER_LEARN_AND_SAVE),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user