Skip to content

Commit

Permalink
Fix feedforward smooth factor range (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jul 14, 2024
1 parent e6a48ce commit 1ee980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/pid_tuning.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
</span>

<span class="feedforwardOption feedforwardSmoothFactor suboption">
<input type="number" name="feedforwardSmoothFactor" step="1" min="0" max="75" />
<input type="number" name="feedforwardSmoothFactor" step="1" min="0" max="95" />
<label for="feedforwardSmoothFactor">
<span i18n="pidTuningFeedforwardSmoothFactor"></span>
</label>
Expand Down

0 comments on commit 1ee980c

Please sign in to comment.