Added Spektrum SRXL2 to serialRXtypes (#1559)

Added Spektrum SRXL2 to serialRXtypes
10.7.0-preview
Michael Keller 2019-08-08 11:42:25 +12:00 committed by GitHub
commit 3a0e183a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -699,7 +699,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
}
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
serialRXtypes.push('DJI_HDL_7MS');
serialRXtypes.push(
'DJI_HDL_7MS',
'SPEKTRUM SRXL2');
}
var serialRX_e = $('select.serialRX');