AP_Motors: update H_SV_MAN parameter to reflect zero thrust collective

This commit is contained in:
Bill Geyer 2021-10-26 19:47:19 -04:00 committed by Bill Geyer
parent d02097bf1c
commit 183b5e9e6d

View File

@ -49,7 +49,7 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] = {
// @Param: SV_MAN
// @DisplayName: Manual Servo Mode
// @Description: Manual servo override for swash set-up. Must be 0 (Disabled) for flight!
// @Values: 0:Disabled,1:Passthrough,2:Max collective,3:Mid collective,4:Min collective
// @Values: 0:Disabled,1:Passthrough,2:Max collective,3:Zero thrust collective,4:Min collective
// @User: Standard
AP_GROUPINFO("SV_MAN", 6, AP_MotorsHeli, _servo_mode, SERVO_CONTROL_MODE_AUTOMATED),