mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
receiver in tabs
This commit is contained in:
parent
00e1ae0500
commit
13f49c0f64
2 changed files with 12 additions and 3 deletions
2
main.js
2
main.js
|
@ -80,7 +80,7 @@ $(document).ready(function() {
|
|||
tabs.pid_tuning.initialize();
|
||||
break;
|
||||
case 'tab_receiver':
|
||||
tab_initialize_receiver();
|
||||
tabs.receiver.initialize();
|
||||
break;
|
||||
case 'tab_auxiliary_configuration':
|
||||
tab_initialize_auxiliary_configuration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue