mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
adding servos tab
This commit is contained in:
parent
0497924b9c
commit
711a052f04
4 changed files with 13 additions and 0 deletions
|
@ -65,6 +65,8 @@ $(document).ready(function() {
|
|||
$('#content').load("./tabs/receiver.html", tab_initialize_receiver);
|
||||
} else if ($(this).parent().hasClass('tab_auxiliary_configuration')) {
|
||||
$('#content').load("./tabs/auxiliary_configuration.html", tab_initialize_auxiliary_configuration);
|
||||
} else if ($(this).parent().hasClass('tab_servos')) {
|
||||
$('#content').load("./tabs/servos.html", tab_initialize_servos);
|
||||
} else if ($(this).parent().hasClass('tab_gps')) {
|
||||
$('#content').load("./tabs/gps.html", tab_initialize_gps);
|
||||
} else if ($(this).parent().hasClass('tab_motor_outputs')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue