1
0
Fork 0
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:
mikeller 2019-08-13 22:20:24 +12:00
parent 6371379abe
commit d6318a2e9e

View file

@ -699,9 +699,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
} }
if (semver.gte(CONFIG.apiVersion, "1.42.0")) { if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
serialRXtypes.push( serialRXtypes.push('SPEKTRUM SRXL2');
'DJI_HDL_7MS',
'SPEKTRUM SRXL2');
} }
var serialRX_e = $('select.serialRX'); var serialRX_e = $('select.serialRX');