Added new XBUS_MODE_B_RJ01 (for Align DMSS RJ01 receiver) to Configuration tab. Also increased width of listbox to show full name.

pull/3/head
Stefan Grufman 10 years ago
parent c5fb803e29
commit 9193b77119

@ -120,7 +120,7 @@
line-height: 20px;
}
.tab-configuration .serialRX {
width: 125px;
width: 160px;
border: 1px solid silver;
margin-bottom: 5px;
@ -157,4 +157,4 @@
}
.tab-configuration .save:hover {
background-color: #dedcdc;
}
}

@ -178,7 +178,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
'SBUS',
'SUMD',
'SUMH',
'XBUS_MODE_B'
'XBUS_MODE_B',
'XBUS_MODE_B_RJ01'
];
var serialRX_e = $('select.serialRX');

Loading…
Cancel
Save