mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Merge remote-tracking branch 'digitalentity/betaflight-imu-fixes' into betaflight
This commit is contained in:
commit
91e6922b16
5 changed files with 58 additions and 19 deletions
|
@ -396,7 +396,7 @@ static void resetConf(void)
|
|||
// global settings
|
||||
masterConfig.current_profile_index = 0; // default profile
|
||||
masterConfig.dcm_kp = 10000; // 1.0 * 10000
|
||||
masterConfig.dcm_ki = 30; // 0.003 * 10000
|
||||
masterConfig.dcm_ki = 0; // 0.003 * 10000
|
||||
|
||||
resetAccelerometerTrims(&masterConfig.accZero);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue