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

Set TPA default to D only, increase D about 10%

This commit is contained in:
ctzsnooze 2018-11-11 21:44:18 +11:00
parent b58e8f827f
commit 51ff89ed99
2 changed files with 5 additions and 5 deletions

View file

@ -118,8 +118,8 @@ void resetPidProfile(pidProfile_t *pidProfile)
{
RESET_CONFIG(pidProfile_t, pidProfile,
.pid = {
[PID_ROLL] = { 46, 65, 25, 60 },
[PID_PITCH] = { 50, 75, 27, 60 },
[PID_ROLL] = { 46, 65, 30, 60 },
[PID_PITCH] = { 50, 75, 32, 60 },
[PID_YAW] = { 45, 100, 0, 100 },
[PID_LEVEL] = { 50, 50, 75, 0 },
[PID_MAG] = { 40, 0, 0, 0 },