mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Fix Level mode angle calculation // refactor cli angle parameters
This commit is contained in:
parent
882735e91b
commit
6114e4a42d
6 changed files with 17 additions and 14 deletions
|
@ -72,7 +72,7 @@ typedef struct pidProfile_s {
|
|||
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.
|
||||
float max_angle_inclination;
|
||||
float levelAngleLimit;
|
||||
|
||||
// Betaflight PID controller parameters
|
||||
uint16_t itermThrottleThreshold; // max allowed throttle delta before errorGyroReset in ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue