1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 08:45:26 +03:00

Merge branch 'master' into msp-queue

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-26 17:14:14 +01:00
commit e74645f497
20 changed files with 428 additions and 82 deletions

View file

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