1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

New Horion default

This commit is contained in:
borisbstyle 2016-04-08 23:28:37 +02:00
parent 0600b2be95
commit bdaf8ecbb9

View file

@ -174,7 +174,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
pidProfile->P8[PIDMAG] = 40;
pidProfile->P8[PIDVEL] = 55;
pidProfile->I8[PIDVEL] = 55;
pidProfile->D8[PIDVEL] = 0;
pidProfile->D8[PIDVEL] = 75;
pidProfile->yaw_p_limit = YAW_P_LIMIT_MAX;
pidProfile->yaw_lpf_hz = 70.0f;