mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed condition for the 'ANTI GRAVITY' mode switch to hide it wen anti-gravity is disabled.
This commit is contained in:
parent
b2e99c6651
commit
9bace5b9d1
4 changed files with 12 additions and 3 deletions
|
@ -51,6 +51,8 @@
|
|||
// Anti gravity I constant
|
||||
#define AG_KI 21.586988f;
|
||||
|
||||
#define ITERM_ACCELERATOR_GAIN_OFF 1000
|
||||
#define ITERM_ACCELERATOR_GAIN_MAX 30000
|
||||
typedef enum {
|
||||
PID_ROLL,
|
||||
PID_PITCH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue