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

Basic layout

This commit is contained in:
Pawel Spychalski (DzikuVx) 2023-10-08 21:01:07 +02:00
parent 4b2e6e3777
commit b0726bbe8c
9 changed files with 229 additions and 5 deletions

View file

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