mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Merge remote-tracking branch 'origin/master' into sh_mixer_profile
This commit is contained in:
commit
0a9e1693a4
50 changed files with 16999 additions and 16433 deletions
3
main.js
3
main.js
|
@ -301,6 +301,9 @@ $(document).ready(function () {
|
|||
case 'cli':
|
||||
TABS.cli.initialize(content_ready);
|
||||
break;
|
||||
case 'ez_tune':
|
||||
TABS.ez_tune.initialize(content_ready);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.log('Tab not found:' + tab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue