1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

fix new feedforwardgroup options

This commit is contained in:
Asizon 2021-11-28 10:44:08 +01:00
parent 662ff529c2
commit bb2e75a93a
3 changed files with 6 additions and 4 deletions

View file

@ -512,6 +512,8 @@ const FC = {
feedforward_averaging: 0,
feedforward_smooth_factor: 0,
feedforward_boost: 0,
feedforward_max_rate_limit: 0,
feedforward_jitter_factor: 0,
vbat_sag_compensation: 0,
thrustLinearization: 0,
};