mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Update ff interpolate to new default
This commit is contained in:
parent
59076c0c3a
commit
77c55fe647
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
const ffInterpolateCheck = $('input[id="ffInterpolateSp"]');
|
||||
|
||||
ffInterpolateCheck.prop('checked', FC.ADVANCED_TUNING.ff_interpolate_sp !== 0);
|
||||
$('select[id="ffInterpolate"]').val(FC.ADVANCED_TUNING.ff_interpolate_sp > 0 ? FC.ADVANCED_TUNING.ff_interpolate_sp : 2);
|
||||
$('select[id="ffInterpolate"]').val(FC.ADVANCED_TUNING.ff_interpolate_sp > 0 ? FC.ADVANCED_TUNING.ff_interpolate_sp : 1);
|
||||
$('input[name="ffSmoothFactor"]').val(FC.ADVANCED_TUNING.ff_smooth_factor);
|
||||
$('input[name="ffBoost"]').val(FC.ADVANCED_TUNING.ff_boost);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue