mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Improved rx, failsafe and pid structure alignments
This commit is contained in:
parent
b1ec3d04f2
commit
d180266f7d
6 changed files with 10 additions and 11 deletions
|
@ -82,7 +82,6 @@ typedef struct pidProfile_s {
|
|||
uint8_t itermWindupPointPercent; // Experimental ITerm windup threshold, percent motor saturation
|
||||
uint16_t pidSumLimit;
|
||||
uint16_t pidSumLimitYaw;
|
||||
uint8_t dterm_average_count; // Configurable delta count for dterm
|
||||
uint8_t vbatPidCompensation; // Scale PIDsum to battery voltage
|
||||
uint8_t pidAtMinThrottle; // Disable/Enable pids on zero throttle. Normally even without airmode P and D would be active.
|
||||
uint8_t levelAngleLimit; // Max angle in degrees in level mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue