Skip to content

Commit

Permalink
Merge pull request #2242 from Scavanger/EZ-Tune-Filter-HZ-Fix
Browse files Browse the repository at this point in the history
[Fix] EZ-Tune Filter-HZ Fix
  • Loading branch information
mmosca authored Nov 16, 2024
2 parents 4d3b90e + 9f67988 commit a7cb015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/pid_tuning.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ TABS.pid_tuning.initialize = function (callback) {

$("#ez_tune_enabled").prop('checked', FC.EZ_TUNE.enabled).trigger('change');

GUI.sliderize($('#ez_tune_filter_hz'), FC.EZ_TUNE.filterHz, 10, 300);
GUI.sliderize($('#ez_tune_filter_hz'), FC.EZ_TUNE.filterHz, 20, 300);
GUI.sliderize($('#ez_tune_axis_ratio'), FC.EZ_TUNE.axisRatio, 25, 175);
GUI.sliderize($('#ez_tune_response'), FC.EZ_TUNE.response, 0, 200);
GUI.sliderize($('#ez_tune_damping'), FC.EZ_TUNE.damping, 0, 200);
Expand Down

0 comments on commit a7cb015

Please sign in to comment.