Skip to content

Commit

Permalink
Simplified configuration of fast SBus.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Aug 13, 2019
1 parent 6371379 commit d6318a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/tabs/configuration.js
Expand Up @@ -699,9 +699,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
}

if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
serialRXtypes.push(
'DJI_HDL_7MS',
'SPEKTRUM SRXL2');
serialRXtypes.push('SPEKTRUM SRXL2');
}

var serialRX_e = $('select.serialRX');
Expand Down

0 comments on commit d6318a2

Please sign in to comment.