Skip to content

Commit f88d000

Browse files
authored
[10.10-MAINT] Fix feedforward smooth factor range (#4099)
1 parent 2ad84f2 commit f88d000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/tabs/pid_tuning.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ pid_tuning.initialize = function (callback) {
490490
$('.dtermLowpassDynLegacy').hide();
491491

492492
$('.pid_filter input[name="dtermLowpassExpo"]').val(FC.FILTER_CONFIG.dyn_lpf_curve_expo);
493+
$('input[name="feedforwardSmoothFactor"]').attr("max", "95");
493494
} else {
494495
// hide firmware filter switches
495496
$('.gyroLowpass').hide();

0 commit comments

Comments
 (0)