mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Mixer tab, first elements
This commit is contained in:
parent
48c67874f9
commit
4f48ecff1b
8 changed files with 270 additions and 20 deletions
3
main.js
3
main.js
|
@ -203,6 +203,9 @@ $(document).ready(function () {
|
|||
case 'mission_control':
|
||||
TABS.mission_control.initialize(content_ready);
|
||||
break;
|
||||
case 'mixer':
|
||||
TABS.mixer.initialize(content_ready);
|
||||
break;
|
||||
case 'motors':
|
||||
TABS.motors.initialize(content_ready);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue