Simplified configuration of fast SBus. (#1575)

Simplified configuration of fast SBus.
10.7.0-preview
Michael Keller 2019-08-15 12:48:23 +12:00 committed by GitHub
commit b44f378ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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