1
0
Fork 0
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:
cTn 2013-11-08 10:35:06 +01:00
parent 0497924b9c
commit 711a052f04
4 changed files with 13 additions and 0 deletions

View file

@ -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')) {