forked from Archive/PX4-Autopilot
rcS: set PWM output to 400 Hz for passthrough
This commit is contained in:
parent
8b9c943da9
commit
28a295485c
|
@ -765,6 +765,8 @@ then
|
|||
|
||||
# Arm straightaway.
|
||||
pwm arm
|
||||
# Use 400 Hz PWM on all channels.
|
||||
pwm rate -a -r 400
|
||||
fi
|
||||
|
||||
unset MIXER
|
||||
|
|
Loading…
Reference in New Issue