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:
commit
37432d1bf1
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue