mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Add configuration of notch filter
More fine-grained filter freqs
This commit is contained in:
parent
ceb4690bef
commit
cf40e3231a
6 changed files with 74 additions and 62 deletions
|
@ -428,6 +428,8 @@ static void resetConf(void)
|
|||
|
||||
currentProfile->mixerConfig.yaw_direction = 1;
|
||||
currentProfile->mixerConfig.tri_unarmed_servo = 1;
|
||||
currentProfile->mixerConfig.servo_notch_freq_idx = 21;
|
||||
currentProfile->mixerConfig.servo_notch_enable = 0;
|
||||
|
||||
// gimbal
|
||||
currentProfile->gimbalConfig.gimbal_flags = GIMBAL_NORMAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue