1
0
Fork 0
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:
Hans Christian Olaussen 2020-10-11 21:21:40 +02:00
parent 14d98c4dea
commit 55c106be61
5 changed files with 41 additions and 1 deletions

View file

@ -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 };