mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: add missing parameter metadata
This commit is contained in:
parent
9d0d451c48
commit
06b616f761
|
@ -88,6 +88,7 @@ const AP_Param::GroupInfo AP_MotorsHeli_Single::var_info[] = {
|
|||
// @Description: Feed-forward compensation to automatically add rudder input when collective pitch is increased. Can be positive or negative depending on mechanics.
|
||||
// @Range: -10 10
|
||||
// @Increment: 0.1
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("COLYAW", 8, AP_MotorsHeli_Single, _collective_yaw_effect, 0),
|
||||
|
||||
// @Param: FLYBAR_MODE
|
||||
|
|
Loading…
Reference in New Issue