1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 14:55:15 +03:00

Spektrum SRXL menu selection string change, preparing to avoid future possible clash.

This commit is contained in:
Anders Hoglund 2018-03-20 13:35:02 +01:00
parent d2c6fa2556
commit 2d24f5a00b

View file

@ -576,7 +576,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
} }
if (semver.gte(CONFIG.apiVersion, "1.24.0")) { 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")) { if (semver.gte(CONFIG.apiVersion, "1.35.0")) {