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:
parent
e9963f454b
commit
771f2c61eb
2 changed files with 79 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue