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

First draft of better horizon mode

This commit is contained in:
Ben Hitchcock 2015-01-04 22:46:01 +08:00
parent 035aff02d3
commit 6b7c9facd3
5 changed files with 25 additions and 3 deletions

View file

@ -159,6 +159,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
pidProfile->D_f[YAW] = 0.05f;
pidProfile->A_level = 5.0f;
pidProfile->H_level = 3.0f;
pidProfile->H_sensitivity = 10.0f;
}
#ifdef GPS