1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Auto merged - #2511 at Sat, 26 Jun 2021 02:17:09 GMT

Update Feedforward to new names and values
This commit is contained in:
J Blackman 2021-06-26 12:17:09 +10:00 committed by GitHub
commit 5fb3007a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 84 additions and 75 deletions

View file

@ -509,9 +509,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,
};