forked from Archive/PX4-Autopilot
Merge pull request #781 from PX4/esc_wing_wing
Provide the wing-wing ESC an idle pulse to silence its ESC
This commit is contained in:
commit
5f79baaafa
|
@ -33,3 +33,6 @@ then
|
|||
fi
|
||||
|
||||
set MIXER FMU_Q
|
||||
# Provide ESC a constant 1000 us pulse
|
||||
set PWM_OUTPUTS 4
|
||||
set PWM_DISARMED 1000
|
||||
|
|
Loading…
Reference in New Issue