mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Add Vbat Sag Compensation to UI
Remove empty white line Improve ff and vbatSag functions change events Tooltip reviewing
This commit is contained in:
parent
ea880840a8
commit
18e84746e5
5 changed files with 41 additions and 3 deletions
|
@ -461,6 +461,7 @@ var FC = {
|
|||
ff_interpolate_sp: 0,
|
||||
ff_smooth_factor: 0,
|
||||
ff_boost: 0,
|
||||
vbat_sag_compensation: 0,
|
||||
};
|
||||
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue