forked from Archive/PX4-Autopilot
mkblctrl startup script changed
This commit is contained in:
parent
a1398c991e
commit
c29f378e01
|
@ -105,9 +105,12 @@ fi
|
|||
#
|
||||
# Set disarmed, min and max PWM signals
|
||||
#
|
||||
pwm disarmed -c 1234 -p 900
|
||||
pwm min -c 1234 -p 1200
|
||||
pwm max -c 1234 -p 1800
|
||||
if [ -f /dev/pwm_output ]
|
||||
then
|
||||
#pwm disarmed -c 1234 -p 900
|
||||
pwm min -c 1234 -p 1200
|
||||
pwm max -c 1234 -p 1800
|
||||
fi
|
||||
|
||||
#
|
||||
# Start common for all multirotors apps
|
||||
|
|
Loading…
Reference in New Issue