mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
merge upstream into sirinfpv branch
This commit is contained in:
commit
a147f15258
4 changed files with 15 additions and 3 deletions
|
@ -188,7 +188,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->P_f[PITCH] = 1.4f;
|
||||
pidProfile->I_f[PITCH] = 0.4f;
|
||||
pidProfile->D_f[PITCH] = 0.01f;
|
||||
pidProfile->P_f[YAW] = 4.0f;
|
||||
pidProfile->P_f[YAW] = 2.5f;
|
||||
pidProfile->I_f[YAW] = 0.4f;
|
||||
pidProfile->D_f[YAW] = 0.00f;
|
||||
pidProfile->A_level = 4.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue