mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 10:54:06 +08:00
TBS Caipirinha: Prevent ESC beeping all the time
Setting PWM_DISARMED to 0 results in no PWM output to the ESC for the pusher motor. Most ESCs start beeping endless in short intervals if they don't get a signal. I remove changing this parameter which is 900 by default to always command the motor to stand still.
This commit is contained in:
parent
d676325ea5
commit
95b472277c
@ -50,7 +50,6 @@ then
|
||||
|
||||
param set PWM_MAIN_REV1 1
|
||||
param set PWM_MAIN_REV2 1
|
||||
param set PWM_DISARMED 0
|
||||
param set PWM_MIN 900
|
||||
param set PWM_MAX 2100
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user