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

New rewrite defaults

This commit is contained in:
borisbstyle 2016-01-13 02:08:49 +01:00
parent fcc14135f5
commit e5c36b966e

View file

@ -149,13 +149,13 @@ static void resetPidProfile(pidProfile_t *pidProfile)
pidProfile->P8[ROLL] = 40;
pidProfile->I8[ROLL] = 30;
pidProfile->D8[ROLL] = 20;
pidProfile->P8[PITCH] = 40;
pidProfile->D8[ROLL] = 13;
pidProfile->P8[PITCH] = 50;
pidProfile->I8[PITCH] = 30;
pidProfile->D8[PITCH] = 20;
pidProfile->P8[YAW] = 100;
pidProfile->I8[YAW] = 50;
pidProfile->D8[YAW] = 8;
pidProfile->D8[YAW] = 5;
pidProfile->P8[PIDALT] = 50;
pidProfile->I8[PIDALT] = 0;
pidProfile->D8[PIDALT] = 0;