mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Refactor PID table
This commit is contained in:
parent
25e4e7f6ca
commit
1e1952b16b
3 changed files with 13 additions and 14 deletions
|
@ -399,11 +399,14 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
$('.absoluteControlGain').hide();
|
||||
$('.throttleBoost').hide();
|
||||
$('.acroTrainerAngleLimit').hide();
|
||||
|
||||
$('.pid_tuning .YAW input[name="d"]').hide();
|
||||
$('.pid_tuning .ROLL input[name="f"]').hide();
|
||||
$('.pid_tuning .PITCH input[name="f"]').hide();
|
||||
$('.pid_tuning .YAW input[name="f"]').hide();
|
||||
$('#pid-tuning .feedForwardTransition').hide();
|
||||
|
||||
// Feedforward column
|
||||
$('#pid_main tr :nth-child(5)').hide();
|
||||
$('#pid_main .pid_titlebar2 th').attr("colspan", 8);
|
||||
|
||||
$('#pid-tuning .feedforwardTransition').hide();
|
||||
}
|
||||
|
||||
$('input[id="gyroNotch1Enabled"]').change(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue