mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Simplified configuration of fast SBus.
This commit is contained in:
parent
6371379abe
commit
d6318a2e9e
1 changed files with 1 additions and 3 deletions
|
@ -699,9 +699,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
}
|
||||
|
||||
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
|
||||
serialRXtypes.push(
|
||||
'DJI_HDL_7MS',
|
||||
'SPEKTRUM SRXL2');
|
||||
serialRXtypes.push('SPEKTRUM SRXL2');
|
||||
}
|
||||
|
||||
var serialRX_e = $('select.serialRX');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue