Merge pull request #2931 from UAVenture/fw_disarmed

Make sure the generic fixed wing types AERT/AETR can arm the ESC.
This commit is contained in:
Lorenz Meier
2015-09-30 11:34:40 +02:00
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -20,3 +20,7 @@
sh /etc/init.d/rc.fw_defaults
set MIXER AERT
# The ESC requires a specific pulse to arm.
set PWM_OUT 4
set PWM_DISARMED p:PWM_DISARMED
+4
View File
@@ -20,3 +20,7 @@
sh /etc/init.d/rc.fw_defaults
set MIXER AETR
# The ESC requires a specific pulse to arm.
set PWM_OUT 3
set PWM_DISARMED p:PWM_DISARMED