1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 06:15:11 +03:00

Mixer tab, first elements

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-03-29 22:24:37 +02:00
parent 48c67874f9
commit 4f48ecff1b
8 changed files with 270 additions and 20 deletions

View file

@ -39,7 +39,8 @@ var GUI_control = function () {
'osd',
'profiles',
'advanced_tuning',
'mission_control'
'mission_control',
'mixer'
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;