Make sure the default fixed wing types (AERT/AETR) can arm the ESC.

This commit is contained in:
Simon Wilks
2015-09-30 10:55:13 +02:00
parent afb68cb0ab
commit e7529839c7
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