Skip to content

Commit

Permalink
Filter: Harmonic Notch ATT default to 5 to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Apr 15, 2024
1 parent a6836fb commit 0140f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Filter/HarmonicNotchFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const AP_Param::GroupInfo HarmonicNotchFilterParams::var_info[] = {
// @Param: ATT
// @DisplayName: Harmonic Notch Filter attenuation
// @Description: Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.
// @Range: 5 50
// @Range: 5 100
// @Units: dB
// @User: Advanced
AP_GROUPINFO("ATT", 4, HarmonicNotchFilterParams, _attenuation_dB, 40),
Expand Down

0 comments on commit 0140f50

Please sign in to comment.