1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 17:25:14 +03:00

empty advanced tuning tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-15 12:03:27 +01:00
parent cdab074a4d
commit 63ed578442
8 changed files with 105 additions and 2 deletions

View file

@ -38,7 +38,8 @@ var GUI_control = function () {
'servos',
'setup',
'osd',
'profiles'
'profiles',
'advanced_tuning'
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;