1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 13:25:24 +03:00

Merge pull request #2103 from Asizon/add_vbatSagCompensation_to_ui

Added Vbat Sag Compensation to UI
This commit is contained in:
Michael Keller 2020-07-05 15:40:38 +12:00 committed by GitHub
commit 2b8b0a2417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 41 additions and 3 deletions

View file

@ -462,6 +462,7 @@ var FC = {
ff_interpolate_sp: 0,
ff_smooth_factor: 0,
ff_boost: 0,
vbat_sag_compensation: 0,
};
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };