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

Merge pull request #983 from AndersHoglund/srxl_name_change

Spektrum SRXL menu selection string change.
This commit is contained in:
Michael Keller 2018-03-22 09:34:54 +13:00 committed by GitHub
commit 847739b407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -576,7 +576,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
}
if (semver.gte(CONFIG.apiVersion, "1.24.0")) {
serialRXtypes.push('Spektrum Bidir SRXL');
serialRXtypes.push('SPEKTRUM2048/SRXL');
}
if (semver.gte(CONFIG.apiVersion, "1.35.0")) {