remove outdated comment

10.8-maintenance
asizon 2022-02-19 10:47:06 +01:00
parent e8a5af55d6
commit 96ab7d8a8e
2 changed files with 2 additions and 2 deletions

View File

@ -702,7 +702,7 @@ TABS.motors.initialize = function (callback) {
} }
}; };
if ((FC.MOTOR_CONFIG.use_dshot_telemetry !== self.previousDshotBidir) && !(rpmFilterIsDisabled)) { // if rpmFilterEnabled is not the same value as saved in the fc if ((FC.MOTOR_CONFIG.use_dshot_telemetry !== self.previousDshotBidir) && !(rpmFilterIsDisabled)) {
GUI.showYesNoDialog(dialogDynFilterSettings); GUI.showYesNoDialog(dialogDynFilterSettings);
} else { } else {
FC.FILTER_CONFIG.dyn_notch_count = self.previousFilterDynCount; FC.FILTER_CONFIG.dyn_notch_count = self.previousFilterDynCount;

View File

@ -475,7 +475,7 @@ TABS.pid_tuning.initialize = function (callback) {
} }
}; };
if (checked !== (FC.FILTER_CONFIG.gyro_rpm_notch_harmonics !== 0)) { // if rpmFilterEnabled is not the same value as saved in the fc if (checked !== (FC.FILTER_CONFIG.gyro_rpm_notch_harmonics !== 0)) {
GUI.showYesNoDialog(dialogDynFilterSettings); GUI.showYesNoDialog(dialogDynFilterSettings);
} else { } else {
dynamicNotchCount_e.val(self.previousFilterDynCount); dynamicNotchCount_e.val(self.previousFilterDynCount);