remove outdated comment
parent
e8a5af55d6
commit
96ab7d8a8e
|
@ -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);
|
||||
} else {
|
||||
FC.FILTER_CONFIG.dyn_notch_count = self.previousFilterDynCount;
|
||||
|
|
|
@ -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);
|
||||
} else {
|
||||
dynamicNotchCount_e.val(self.previousFilterDynCount);
|
||||
|
|
Loading…
Reference in New Issue