mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Remove Horizon Sensitivity
This commit is contained in:
parent
d5532cc139
commit
244c091844
2 changed files with 1 additions and 3 deletions
|
@ -184,7 +184,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->dterm_lpf_hz = 70.0f; // filtering ON by default
|
||||
pidProfile->deltaMethod = DELTA_FROM_MEASUREMENT;
|
||||
|
||||
pidProfile->H_sensitivity = 75;
|
||||
pidProfile->H_sensitivity = 75; // TODO - Cleanup during next EEPROM changes
|
||||
|
||||
#ifdef GTUNE
|
||||
pidProfile->gtune_lolimP[ROLL] = 10; // [0..200] Lower limit of ROLL P during G tune.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue