mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Airmode Plus with Insane Acrobility Factor
This commit is contained in:
parent
42dfba8218
commit
d2122e0674
4 changed files with 81 additions and 12 deletions
|
@ -179,6 +179,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->gyro_soft_lpf = 1; // filtering ON by default
|
||||
pidProfile->dterm_cut_hz = 0;
|
||||
pidProfile->delta_from_gyro_error = 0;
|
||||
pidProfile->airModeInsaneAcrobilityFactor = 0;
|
||||
|
||||
pidProfile->P_f[ROLL] = 1.5f; // new PID with preliminary defaults test carefully
|
||||
pidProfile->I_f[ROLL] = 0.3f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue