1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Inrease Max yaw P limit // filter defaults

This commit is contained in:
borisbstyle 2016-05-05 16:05:42 +02:00
parent fa24d2950e
commit 6af2b84297
2 changed files with 2 additions and 2 deletions

View file

@ -403,7 +403,7 @@ static void resetConf(void)
masterConfig.dcm_ki = 0; // 0.003 * 10000
masterConfig.gyro_lpf = 0; // 256HZ default
masterConfig.gyro_sync_denom = 4;
masterConfig.gyro_soft_lpf_hz = 90;
masterConfig.gyro_soft_lpf_hz = 100;
masterConfig.pid_process_denom = 2;