mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Add alternative delta approach (set delta_from_gyro = ON)
This commit is contained in:
parent
b9fb178237
commit
112543efb2
4 changed files with 20 additions and 7 deletions
|
@ -61,6 +61,7 @@ typedef struct pidProfile_s {
|
|||
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
|
||||
uint8_t deltaFromGyro; // Alternative delta Calculation
|
||||
|
||||
#ifdef GTUNE
|
||||
uint8_t gtune_lolimP[3]; // [0..200] Lower limit of P during G tune
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue