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:
parent
fa24d2950e
commit
6af2b84297
2 changed files with 2 additions and 2 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 = 90;
|
||||
masterConfig.gyro_soft_lpf_hz = 100;
|
||||
|
||||
masterConfig.pid_process_denom = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue