mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
feed forward jitter improvements
This commit is contained in:
parent
3ae7e917b7
commit
d4f0ec2d0a
8 changed files with 88 additions and 89 deletions
|
@ -392,6 +392,7 @@ void pidInitConfig(const pidProfile_t *pidProfile)
|
|||
// set automatically according to boost amount, limit to 0.5 for auto
|
||||
pidRuntime.ffSmoothFactor = MAX(0.5f, 1.0f - ((float)pidProfile->ff_boost) * 2.0f / 100.0f);
|
||||
}
|
||||
pidRuntime.ffJitterFactor = pidProfile->ff_jitter_factor;
|
||||
interpolatedSpInit(pidProfile);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue