1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Lowpass testing

This commit is contained in:
Joel Fuster 2015-01-01 19:24:35 -05:00
parent c5b822ecf1
commit 3eee9eb079
5 changed files with 166 additions and 17 deletions

View file

@ -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;