mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Allow inflight adjustment of pitch/roll rate.
This commit is contained in:
parent
a406cb6f96
commit
81e3425326
2 changed files with 12 additions and 2 deletions
|
@ -135,10 +135,11 @@ void updateActivatedModes(modeActivationCondition_t *modeActivationConditions);
|
|||
|
||||
typedef enum {
|
||||
ADJUSTMENT_NONE = 0,
|
||||
ADJUSTMENT_RC_RATE
|
||||
ADJUSTMENT_RC_RATE,
|
||||
ADJUSTMENT_PITCH_ROLL_RATE
|
||||
} adjustmentFunction_e;
|
||||
|
||||
#define ADJUSTMENT_FUNCTION_COUNT 2
|
||||
#define ADJUSTMENT_FUNCTION_COUNT 3
|
||||
|
||||
typedef struct adjustmentConfig_s {
|
||||
uint8_t adjustmentFunction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue