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:
parent
b7085a5926
commit
d72d608e56
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue