1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 21:35:33 +03:00

Add tuning slider analytics

This commit is contained in:
IvoFPV 2019-09-13 10:22:03 +02:00
parent 8b7f0353e5
commit d2fe165bce
2 changed files with 27 additions and 4 deletions

View file

@ -344,4 +344,4 @@ TuningSliders.calculateNewDTermFilters = function() {
$('.pid_filter select[name="dtermLowpassDynType').val(FILTER_CONFIG.dterm_lowpass_type);
$('.pid_filter select[name="dtermLowpass2Type').val(FILTER_CONFIG.dterm_lowpass2_type);
$('output[name="tuningDTermFilterSlider-number"]').val(this.dtermFilterSliderValue);
};
};