mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
F330 config: Allow the use of PWM_ params
This commit is contained in:
parent
0d90cf19dd
commit
fbb68443d9
@ -21,7 +21,11 @@ then
|
||||
param set MC_YAWRATE_P 0.2
|
||||
param set MC_YAWRATE_I 0.1
|
||||
param set MC_YAWRATE_D 0.0
|
||||
param set PWM_DISARMED 900
|
||||
param set PWM_MIN 1230
|
||||
param set PWM_MAX 1950
|
||||
fi
|
||||
|
||||
set PWM_MIN 1200
|
||||
set PWM_MAX 1950
|
||||
set PWM_DISARMED p:PWM_DISARMED
|
||||
set PWM_MIN p:PWM_MIN
|
||||
set PWM_MAX p:PWM_MAX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user