mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Add inflight adjustments for Dterm sliders
This commit is contained in:
parent
29690b9c00
commit
cbc8efd16a
2 changed files with 20 additions and 0 deletions
|
@ -205,6 +205,8 @@ typedef enum {
|
|||
ADJUSTMENT_ROLL_I,
|
||||
ADJUSTMENT_ROLL_D,
|
||||
ADJUSTMENT_RC_RATE_YAW,
|
||||
ADJUSTMENT_D_SETPOINT,
|
||||
ADJUSTMENT_D_SETPOINT_TRANSITION,
|
||||
ADJUSTMENT_FUNCTION_COUNT,
|
||||
|
||||
} adjustmentFunction_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue