mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Lowpass testing
This commit is contained in:
parent
c5b822ecf1
commit
3eee9eb079
5 changed files with 166 additions and 17 deletions
|
@ -428,8 +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;
|
||||
currentProfile->mixerConfig.servo_lowpass_freq_idx = 21;
|
||||
currentProfile->mixerConfig.servo_lowpass_enable = 0;
|
||||
|
||||
// gimbal
|
||||
currentProfile->gimbalConfig.gimbal_flags = GIMBAL_NORMAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue