1
0
Fork 0
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:
Hydra 2017-04-09 19:01:17 +01:00 committed by Michael Keller
parent 6ada059231
commit 2618d6dafc
7 changed files with 153 additions and 5 deletions

View file

@ -42,12 +42,11 @@ var GUI_control = function () {
'servos',
];
this.defaultAllowedOSDTabsWhenConnected = [
'setup',
'setup_osd',
'osd',
'power',
'sensors',
'transponder',
'cli',
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;