1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

full PID tuning support

RC related tunings like expos, etc will be available inside Receiver tab
This commit is contained in:
cTn 2013-04-09 17:58:54 +02:00
parent 5119fb2050
commit d450a3f518
5 changed files with 77 additions and 42 deletions

View file

@ -26,6 +26,9 @@ $(document).ready(function() {
}
}
});
// temporary
//$('#content').load("./tabs/pid_tuning.html", tab_initialize_pid_tuning);
});
function disable_timers() {