add MSP to supported serial RX array

10.3.x-maintenance
cTn 2014-11-29 21:44:28 +01:00
parent 8150bb7c07
commit 843aa8634a
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
'SPEKTRUM1024',
'SPEKTRUM2048',
'SBUS',
'SUMD'
'SUMD',
'MSP'
];
var serialRX_e = $('select.serialRX');