mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Add Thrust Linearization
Adds Thrust Linearization to the PID Tuning tab.
This commit is contained in:
parent
14d98c4dea
commit
55c106be61
5 changed files with 41 additions and 1 deletions
|
@ -466,6 +466,7 @@ const FC = {
|
|||
ff_smooth_factor: 0,
|
||||
ff_boost: 0,
|
||||
vbat_sag_compensation: 0,
|
||||
thrustLinearization: 0,
|
||||
};
|
||||
this.ADVANCED_TUNING_ACTIVE = { ...this.ADVANCED_TUNING };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue