diff --git a/src/js/tabs/motors.js b/src/js/tabs/motors.js index 15a0c02c..234cb39b 100644 --- a/src/js/tabs/motors.js +++ b/src/js/tabs/motors.js @@ -675,7 +675,6 @@ TABS.motors.initialize = function (callback) { dshotBidirElement.on("change", function () { const value = $(this).prop('checked'); const newValue = (value !== FC.MOTOR_CONFIG.use_dshot_telemetry) ? 'On' : 'Off'; - self.analyticsChanges['BidirectionalDshot'] = newValue; FC.MOTOR_CONFIG.use_dshot_telemetry = value;