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:
parent
a156ebd31e
commit
9f913d347e
1 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue