set disarmed/min/max pwm for throttle channel in default fw configs

This commit is contained in:
Andreas Antener 2015-09-25 15:42:43 +02:00 committed by Roman
parent 0769ec5345
commit 3eb0ce84df
2 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,8 @@ sh /etc/init.d/rc.fw_defaults
set MIXER AERT
# The ESC requires a specific pulse to arm.
# use PWM parameters for throttle channel
set PWM_OUT 4
set PWM_DISARMED p:PWM_DISARMED
set PWM_MIN p:PWM_MIN
set PWM_MAX p:PWM_MAX

View File

@ -21,6 +21,8 @@ sh /etc/init.d/rc.fw_defaults
set MIXER AETR
# The ESC requires a specific pulse to arm.
# use PWM parameters for throttle channel
set PWM_OUT 3
set PWM_DISARMED p:PWM_DISARMED
set PWM_MIN p:PWM_MIN
set PWM_MAX p:PWM_MAX