stetic fixes

10.8-maintenance
Asizon 2022-01-26 18:42:00 +01:00
parent b7085a5926
commit d72d608e56
1 changed files with 0 additions and 1 deletions

View File

@ -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;