1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

stetic fixes

This commit is contained in:
Asizon 2022-01-26 18:42:00 +01:00
parent b7085a5926
commit d72d608e56

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;