You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Settings.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -788,17 +788,17 @@ Enable/disable dynamic gyro notch also known as Matrix Filter
788
788
789
789
| Default | Min | Max |
790
790
| --- | --- | --- |
791
-
|OFF|||
791
+
|ON|||
792
792
793
793
---
794
794
795
795
### dynamic_gyro_notch_min_hz
796
796
797
-
Minimum frequency for dynamic notches. Default value of `150` works best with 5" multirors. Should be lowered with increased size of propellers. Values around `100` work fine on 7" drones. 10" can go down to `60` - `70`
797
+
Minimum frequency for dynamic notches. Default value of `150` works best with 5" multirotors. Should be lowered with increased size of propellers. Values around `100` work fine on 7" drones. 10" can go down to `60` - `70`
798
798
799
799
| Default | Min | Max |
800
800
| --- | --- | --- |
801
-
|150| 30 | 1000 |
801
+
|50| 30 | 1000 |
802
802
803
803
---
804
804
@@ -812,16 +812,6 @@ Q factor for dynamic notches
812
812
813
813
---
814
814
815
-
### dynamic_gyro_notch_range
816
-
817
-
Range for dynamic gyro notches. `MEDIUM` for 5", `HIGH` for 3" and `MEDIUM`/`LOW` for 7" and bigger propellers
description: "Enable/disable dynamic gyro notch also known as Matrix Filter"
283
-
default_value: OFF
280
+
default_value: ON
284
281
field: dynamicGyroNotchEnabled
285
282
condition: USE_DYNAMIC_FILTERS
286
283
type: bool
287
-
- name: dynamic_gyro_notch_range
288
-
description: "Range for dynamic gyro notches. `MEDIUM` for 5\", `HIGH` for 3\" and `MEDIUM`/`LOW` for 7\" and bigger propellers"
289
-
default_value: "MEDIUM"
290
-
field: dynamicGyroNotchRange
291
-
condition: USE_DYNAMIC_FILTERS
292
-
table: dynamicFilterRangeTable
293
284
- name: dynamic_gyro_notch_q
294
285
description: "Q factor for dynamic notches"
295
286
default_value: 120
@@ -298,8 +289,8 @@ groups:
298
289
min: 1
299
290
max: 1000
300
291
- name: dynamic_gyro_notch_min_hz
301
-
description: "Minimum frequency for dynamic notches. Default value of `150` works best with 5\"multirors. Should be lowered with increased size of propellers. Values around `100` work fine on 7\" drones. 10\" can go down to `60` - `70`"
302
-
default_value: 150
292
+
description: "Minimum frequency for dynamic notches. Default value of `150` works best with 5\"multirotors. Should be lowered with increased size of propellers. Values around `100` work fine on 7\" drones. 10\" can go down to `60` - `70`"
0 commit comments