1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Empty Programming tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-04-05 18:47:49 +02:00
parent 554bec3606
commit cdf7b82108
7 changed files with 71 additions and 2 deletions

View file

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