mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Revert "Replace old lowpass with BiQuad for Vbat and Servo"
This reverts commit 27772ba56a
.
This commit is contained in:
parent
7f5f93a13d
commit
5174e96549
7 changed files with 170 additions and 23 deletions
|
@ -334,7 +334,7 @@ void resetMixerConfig(mixerConfig_t *mixerConfig) {
|
|||
mixerConfig->yaw_jump_prevention_limit = 200;
|
||||
#ifdef USE_SERVOS
|
||||
mixerConfig->tri_unarmed_servo = 1;
|
||||
mixerConfig->servo_lowpass_freq = 400.0f;
|
||||
mixerConfig->servo_lowpass_freq = 400;
|
||||
mixerConfig->servo_lowpass_enable = 0;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue