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:
parent
5119fb2050
commit
d450a3f518
5 changed files with 77 additions and 42 deletions
|
@ -26,6 +26,9 @@ $(document).ready(function() {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
// temporary
|
||||
//$('#content').load("./tabs/pid_tuning.html", tab_initialize_pid_tuning);
|
||||
});
|
||||
|
||||
function disable_timers() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue