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

Added Spektrum SRXL2 to serialRXtypes (#1559)

Added Spektrum SRXL2 to serialRXtypes
This commit is contained in:
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

View file

@ -699,7 +699,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
} }
if (semver.gte(CONFIG.apiVersion, "1.42.0")) { 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'); var serialRX_e = $('select.serialRX');