Browse Source

rcS: set PWM output to 400 Hz for passthrough

sbg
Julian Oes 9 years ago committed by Lorenz Meier
parent
commit
28a295485c
  1. 2
      ROMFS/px4fmu_common/init.d/rcS

2
ROMFS/px4fmu_common/init.d/rcS

@ -765,6 +765,8 @@ then @@ -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…
Cancel
Save