mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Adjusted PID scaling for the servo mixer.
This commit is contained in:
parent
322ae59051
commit
005731cfe5
2 changed files with 4 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
#define PID_CONTROLLER_BETAFLIGHT 1
|
||||
#define PID_MIXER_SCALING 100.0f
|
||||
#define PID_SERVO_MIXER_SCALING 7.0f
|
||||
#define YAW_P_LIMIT_MIN 100 // Maximum value for yaw P limiter
|
||||
#define YAW_P_LIMIT_MAX 500 // Maximum value for yaw P limiter
|
||||
#define PIDSUM_LIMIT 0.5f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue