New Horion default
This commit is contained in:
parent
0600b2be95
commit
bdaf8ecbb9
|
@ -174,7 +174,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
pidProfile->P8[PIDMAG] = 40;
|
pidProfile->P8[PIDMAG] = 40;
|
||||||
pidProfile->P8[PIDVEL] = 55;
|
pidProfile->P8[PIDVEL] = 55;
|
||||||
pidProfile->I8[PIDVEL] = 55;
|
pidProfile->I8[PIDVEL] = 55;
|
||||||
pidProfile->D8[PIDVEL] = 0;
|
pidProfile->D8[PIDVEL] = 75;
|
||||||
|
|
||||||
pidProfile->yaw_p_limit = YAW_P_LIMIT_MAX;
|
pidProfile->yaw_p_limit = YAW_P_LIMIT_MAX;
|
||||||
pidProfile->yaw_lpf_hz = 70.0f;
|
pidProfile->yaw_lpf_hz = 70.0f;
|
||||||
|
|
Loading…
Reference in New Issue