mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Make sure the default fixed wing types (AERT/AETR) can arm the ESC.
This commit is contained in:
@@ -20,3 +20,7 @@
|
|||||||
sh /etc/init.d/rc.fw_defaults
|
sh /etc/init.d/rc.fw_defaults
|
||||||
|
|
||||||
set MIXER AERT
|
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
|
sh /etc/init.d/rc.fw_defaults
|
||||||
|
|
||||||
set MIXER AETR
|
set MIXER AETR
|
||||||
|
|
||||||
|
# The ESC requires a specific pulse to arm.
|
||||||
|
set PWM_OUT 3
|
||||||
|
set PWM_DISARMED p:PWM_DISARMED
|
||||||
|
|||||||
Reference in New Issue
Block a user