1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Fix out of order PPM ISR // Fix PPM for SPRACINGF3EVO

This commit is contained in:
borisbstyle 2016-05-04 23:39:19 +02:00
parent e9963f454b
commit 771f2c61eb
2 changed files with 79 additions and 14 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 = 85;
masterConfig.gyro_soft_lpf_hz = 90;
masterConfig.pid_process_denom = 2;