mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Fixed range for Dterm tetpoint transition, fixed outdated naming of Dterm setpoint transition.
This commit is contained in:
parent
f728e441d8
commit
2dd786bd08
5 changed files with 22 additions and 22 deletions
2
js/fc.js
2
js/fc.js
|
@ -348,7 +348,7 @@ var FC = {
|
|||
yaw_p_limit: 0,
|
||||
deltaMethod: 0,
|
||||
vbatPidCompensation: 0,
|
||||
ptermSetpointWeight: 0,
|
||||
dtermSetpointTransition: 0,
|
||||
dtermSetpointWeight: 0,
|
||||
toleranceBand: 0,
|
||||
toleranceBandReduction: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue