Filters: HarmonicNotch: remove statment on max number of notches harmonics from parm descripstion
This commit is contained in:
parent
8fa6432e3a
commit
1521760a17
@ -60,7 +60,7 @@ const AP_Param::GroupInfo HarmonicNotchFilterParams::var_info[] = {
|
|||||||
|
|
||||||
// @Param: HMNCS
|
// @Param: HMNCS
|
||||||
// @DisplayName: Harmonic Notch Filter harmonics
|
// @DisplayName: Harmonic Notch Filter harmonics
|
||||||
// @Description: Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A maximum of 3 harmonics can be used at any one time.
|
// @Description: Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot.
|
||||||
// @Bitmask: 0:1st harmonic,1:2nd harmonic,2:3rd harmonic,3:4th hamronic,4:5th harmonic,5:6th harmonic,6:7th harmonic,7:8th harmonic
|
// @Bitmask: 0:1st harmonic,1:2nd harmonic,2:3rd harmonic,3:4th hamronic,4:5th harmonic,5:6th harmonic,6:7th harmonic,7:8th harmonic
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
|
Loading…
Reference in New Issue
Block a user