Skip to content

Commit 14906a1

Browse files
Quick-FlashnerdCopter
authored andcommitted
update defaults
defaults may still need tweaking
1 parent 4a3d000 commit 14906a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/flight/rpm_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void pgResetFn_rpmFilterConfig(rpmFilterConfig_t *config)
9696

9797
config->rpm_filter_lpf_hz = 150;
9898

99-
config->noise_limit = 50;
99+
config->noise_limit = 30;
100100
}
101101

102102
static void rpmNotchFilterInit(rpmNotchFilter_t *filter, const rpmFilterConfig_t *config, const timeUs_t looptimeUs)

src/main/pg/dyn_notch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PG_RESET_TEMPLATE(dynNotchConfig_t, dynNotchConfig,
3434
.dyn_notch_max_hz = 600,
3535
.dyn_notch_q = 300,
3636
.dyn_notch_count = 3,
37-
.noise_limit = 50,
37+
.noise_limit = 20,
3838
);
3939

4040
#endif // USE_DYN_NOTCH_FILTER

0 commit comments

Comments
 (0)