We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad84f2 commit f88d000Copy full SHA for f88d000
src/js/tabs/pid_tuning.js
@@ -490,6 +490,7 @@ pid_tuning.initialize = function (callback) {
490
$('.dtermLowpassDynLegacy').hide();
491
492
$('.pid_filter input[name="dtermLowpassExpo"]').val(FC.FILTER_CONFIG.dyn_lpf_curve_expo);
493
+ $('input[name="feedforwardSmoothFactor"]').attr("max", "95");
494
} else {
495
// hide firmware filter switches
496
$('.gyroLowpass').hide();
0 commit comments