diff --git a/src/js/tabs/pid_tuning.js b/src/js/tabs/pid_tuning.js index 5f9770d794..efe36299fa 100644 --- a/src/js/tabs/pid_tuning.js +++ b/src/js/tabs/pid_tuning.js @@ -490,6 +490,7 @@ pid_tuning.initialize = function (callback) { $('.dtermLowpassDynLegacy').hide(); $('.pid_filter input[name="dtermLowpassExpo"]').val(FC.FILTER_CONFIG.dyn_lpf_curve_expo); + $('input[name="feedforwardSmoothFactor"]').attr("max", "95"); } else { // hide firmware filter switches $('.gyroLowpass').hide();