Skip to content
Snippets Groups Projects
Commit 8937499f authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Merge pull request #2931 from UAVenture/fw_disarmed

Make sure the generic fixed wing types AERT/AETR can arm the ESC.
parents afb68cb0 e7529839
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment