mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Add FF to yaw, reduce yaw P and I (#8515)
Add FF to yaw, reduce yaw P and I
This commit is contained in:
commit
f36eda16c5
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
.pid = {
|
.pid = {
|
||||||
[PID_ROLL] = { 42, 60, 35, 70 },
|
[PID_ROLL] = { 42, 60, 35, 70 },
|
||||||
[PID_PITCH] = { 46, 70, 38, 75 },
|
[PID_PITCH] = { 46, 70, 38, 75 },
|
||||||
[PID_YAW] = { 35, 100, 0, 0 },
|
[PID_YAW] = { 30, 80, 0, 70 },
|
||||||
[PID_LEVEL] = { 50, 50, 75, 0 },
|
[PID_LEVEL] = { 50, 50, 75, 0 },
|
||||||
[PID_MAG] = { 40, 0, 0, 0 },
|
[PID_MAG] = { 40, 0, 0, 0 },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue