1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #68 from GruffyPuffy/xbus_rj01

Added new XBUS_MODE_B_RJ01 (for Align DMSS RJ01 receiver)
This commit is contained in:
Dominic Clifton 2015-01-26 18:59:37 +01:00
commit 37432d1bf1
2 changed files with 4 additions and 3 deletions

View file

@ -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;
}
}

View file

@ -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');