diff options
author | cbc02009 <39525900+cbc02009@users.noreply.github.com> | 2022-04-09 16:31:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 16:31:23 -0400 |
commit | f3b995227aa3af9437c4aa03658f015558aa5932 (patch) | |
tree | 1f6d1cf4f7947037edc5988a73b4ce0c7161dc4c /docs | |
parent | 7c5b7191c3cbf9bf74cb4a815efbd11827fa4b2b (diff) | |
download | kutter-f3b995227aa3af9437c4aa03658f015558aa5932.tar.gz kutter-f3b995227aa3af9437c4aa03658f015558aa5932.tar.xz kutter-f3b995227aa3af9437c4aa03658f015558aa5932.zip |
docster: Fix incorrect default value for max_freq
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 3a313414..70807e7d 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1548,8 +1548,8 @@ section of the measuring resonances guide for more information on # for more details on using this feature. #min_freq: 5 # Minimum frequency to test for resonances. The default is 5 Hz. -#max_freq: 120 -# Maximum frequency to test for resonances. The default is 120 Hz. +#max_freq: 133.33 +# Maximum frequency to test for resonances. The default is 133.33 Hz. #accel_per_hz: 75 # This parameter is used to determine which acceleration to use to # test a specific frequency: accel = accel_per_hz * freq. Higher the |