mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Fix windup issues in aidModePlus
This commit is contained in:
parent
91a30da9c8
commit
0216d9a18d
2 changed files with 19 additions and 36 deletions
|
@ -74,8 +74,6 @@ typedef struct airModePlus {
|
|||
float factor;
|
||||
float wowFactor;
|
||||
float iTermScaler;
|
||||
bool isCurrentlyAtZero;
|
||||
bool previousReferenceIsPositive;
|
||||
} airModePlus_t;
|
||||
|
||||
extern int16_t axisPID[XYZ_AXIS_COUNT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue