mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Fix const
This commit is contained in:
parent
15f49363de
commit
e8a5af55d6
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ TABS.motors.initialize = function (callback) {
|
|||
FC.MOTOR_CONFIG.use_dshot_telemetry = value;
|
||||
|
||||
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
|
||||
const rpmFilterIsDisabled = self.previousDshotBidir && FC.FILTER_CONFIG.gyro_rpm_notch_harmonics === 0;
|
||||
const rpmFilterIsDisabled = FC.FILTER_CONFIG.gyro_rpm_notch_harmonics === 0;
|
||||
FC.FILTER_CONFIG.dyn_notch_count = self.previousFilterDynCount;
|
||||
FC.FILTER_CONFIG.dyn_notch_q = self.previousFilterDynQ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue