mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
8khz Sampling option / preparation
This commit is contained in:
parent
e3b77b2ee5
commit
b39beceb62
17 changed files with 39 additions and 75 deletions
|
@ -400,6 +400,7 @@ static void resetConf(void)
|
|||
masterConfig.current_profile_index = 0; // default profile
|
||||
masterConfig.dcm_kp = 2500; // 1.0 * 10000
|
||||
masterConfig.dcm_ki = 0; // 0.003 * 10000
|
||||
masterConfig.gyro_lpf = 1; // 1KHZ or 8KHZ
|
||||
|
||||
resetAccelerometerTrims(&masterConfig.accZero);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue