mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
add marker for center suppression
This commit is contained in:
parent
cc3d0b435c
commit
f93cda06e8
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ FAST_CODE_NOINLINE float interpolatedSpApply(int axis, bool newRcFrame, ffInterp
|
|||
// force zero FF when sticks are centred for smoothness
|
||||
setpointSpeedModified *= rawSetpointCentred;
|
||||
setpointAccelerationModified *= rawSetpointCentred;
|
||||
holdCount[axis] = 4;
|
||||
}
|
||||
|
||||
setpointDeltaImpl[axis] = setpointSpeedModified * pidGetDT();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue