mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Add rc_rate_yaw // SuperExpo feature renamed to SUPEREXPO_RATES
This commit is contained in:
parent
6c8a8614fc
commit
a74acccb84
9 changed files with 15 additions and 19 deletions
|
@ -136,6 +136,7 @@ typedef struct modeActivationCondition_s {
|
|||
|
||||
typedef struct controlRateConfig_s {
|
||||
uint8_t rcRate8;
|
||||
uint8_t rcYawRate8;
|
||||
uint8_t rcExpo8;
|
||||
uint8_t thrMid8;
|
||||
uint8_t thrExpo8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue