Skip to content

Commit

Permalink
[10.10-MAINT] Fix feedforward smooth factor range (#4099)
Browse files Browse the repository at this point in the history
haslinghuis authored Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2ad84f2 commit f88d000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/tabs/pid_tuning.js
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit f88d000

Please sign in to comment.