1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2018-07-10 09:26:06 +02:00
parent 25e4e7f6ca
commit 1e1952b16b
3 changed files with 13 additions and 14 deletions

View file

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