mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Clean up lowpass patch
This commit is contained in:
parent
0043fb4b12
commit
4bcedab3e9
3 changed files with 4 additions and 46 deletions
|
@ -428,7 +428,7 @@ static void resetConf(void)
|
|||
|
||||
currentProfile->mixerConfig.yaw_direction = 1;
|
||||
currentProfile->mixerConfig.tri_unarmed_servo = 1;
|
||||
currentProfile->mixerConfig.servo_lowpass_freq_idx = 21;
|
||||
currentProfile->mixerConfig.servo_lowpass_freq_idx = 99;
|
||||
currentProfile->mixerConfig.servo_lowpass_enable = 0;
|
||||
|
||||
// gimbal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue