mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Merge pull request #10291 from ctzsnooze/Sset-AntiGravity-off-to-zero
Sets antigravity gain to 0 when the user wants none.
This commit is contained in:
commit
ff241b7df4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
// Anti gravity I constant
|
||||
#define AG_KI 21.586988f;
|
||||
|
||||
#define ITERM_ACCELERATOR_GAIN_OFF 1000
|
||||
#define ITERM_ACCELERATOR_GAIN_OFF 0
|
||||
#define ITERM_ACCELERATOR_GAIN_MAX 30000
|
||||
typedef enum {
|
||||
PID_ROLL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue