mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
CF/BF - Prepare for updated OSD Slave boards.
* Replaces Setup tab with Setup OSD tab for OSD Slave boards - ported from CF v1.x. * Disables CLI tab for OSD Slave boards - due to https://github.com/cleanflight/cleanflight/pull/2710 *
This commit is contained in:
parent
6ada059231
commit
2618d6dafc
7 changed files with 153 additions and 5 deletions
|
@ -42,12 +42,11 @@ var GUI_control = function () {
|
|||
'servos',
|
||||
];
|
||||
this.defaultAllowedOSDTabsWhenConnected = [
|
||||
'setup',
|
||||
'setup_osd',
|
||||
'osd',
|
||||
'power',
|
||||
'sensors',
|
||||
'transponder',
|
||||
'cli',
|
||||
];
|
||||
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue