mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Refactor BiQuad // Set filters to floats
This commit is contained in:
parent
403812c45f
commit
eebacc2542
10 changed files with 32 additions and 39 deletions
|
@ -60,8 +60,7 @@ typedef struct pidProfile_s {
|
|||
uint8_t H_sensitivity;
|
||||
|
||||
uint16_t airModeInsaneAcrobilityFactor; // Air mode acrobility factor
|
||||
uint8_t gyro_lpf_hz; // Gyro Soft filter in hz
|
||||
uint8_t dterm_lpf_hz; // Delta Filter in hz
|
||||
float dterm_lpf_hz; // Delta Filter in hz
|
||||
uint8_t deltaFromGyro; // Alternative delta Calculation
|
||||
|
||||
#ifdef GTUNE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue