mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Update Feedforward to new names and values
Replace all ff with feedforward Requested changes Fix duplicated ff name Reenabling on/off switch Optimize F value update Use exiting array for PID defaults
This commit is contained in:
parent
c44e48f51b
commit
2e89fa2031
6 changed files with 84 additions and 75 deletions
|
@ -508,9 +508,9 @@ const FC = {
|
|||
motorOutputLimit: 0,
|
||||
autoProfileCellCount: 0,
|
||||
idleMinRpm: 0,
|
||||
ff_interpolate_sp: 0,
|
||||
ff_smooth_factor: 0,
|
||||
ff_boost: 0,
|
||||
feedforward_averaging: 0,
|
||||
feedforward_smooth_factor: 0,
|
||||
feedforward_boost: 0,
|
||||
vbat_sag_compensation: 0,
|
||||
thrustLinearization: 0,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue