mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Do not change dyn_lpf_gyro_max_hz.
This commit is contained in:
parent
9e3f2791b9
commit
e0e7c8a423
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
var type = FILTER_CONFIG.gyro_lowpass_type > 0 ? FILTER_CONFIG.gyro_lowpass_type : DEFAULT.gyro_lowpass_type;
|
||||
|
||||
$('.pid_filter input[name="gyroLowpassDynMinFrequency"]').val(checked ? cutoff_min : 0).attr('disabled', !checked);
|
||||
$('.pid_filter input[name="gyroLowpassDynMaxFrequency"]').val(checked ? cutoff_max : 0).attr('disabled', !checked);
|
||||
$('.pid_filter input[name="gyroLowpassDynMaxFrequency"]').attr('disabled', !checked);
|
||||
$('.pid_filter select[name="gyroLowpassDynType"]').val(checked ? type : 0).attr('disabled', !checked);
|
||||
|
||||
if (checked) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue