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

Added SRXL2 to serialRXtypes

This commit is contained in:
Miguel.Alvarez 2019-08-06 08:55:18 -05:00
parent a156ebd31e
commit 9f913d347e

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