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

A possible fix to IMU level-off issue

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2015-11-06 14:06:44 +10:00
parent 74dc4face9
commit 14b4c4a1e4
2 changed files with 13 additions and 13 deletions

View file

@ -395,7 +395,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);