1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Improve filter tuning tip (#1646)

Improve filter tuning tip
This commit is contained in:
Michael Keller 2019-09-13 07:55:21 +12:00 committed by GitHub
commit 14034d129f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -1567,6 +1567,8 @@ TABS.pid_tuning.initialize = function (callback) {
$('.pid_filter input, .pid_filter select').on('input', () => TuningSliders.updateFilterSlidersDisplay());
// update on filter switch changes
$('.inputSwitch input').change(() => TuningSliders.updateFilterSlidersDisplay());
$('.tuningHelp').hide();
} else {
$('.tuningPIDSliders').hide();
$('.slidersDisabled').hide();
@ -1574,6 +1576,7 @@ TABS.pid_tuning.initialize = function (callback) {
$('.tuningFilterSliders').hide();
$('.slidersFilterDisabled').hide();
$('.slidersFilterHighWarning').hide();
$('.tuningHelpSliders').hide();
}
if (semver.gte(CONFIG.apiVersion, "1.16.0")) {