mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fixing missing pitch/roll rate inflight adjustment function
configuration settings.
This commit is contained in:
parent
adf0ca9fcf
commit
48570502cb
1 changed files with 10 additions and 0 deletions
|
@ -372,6 +372,16 @@ static const adjustmentConfig_t defaultAdjustmentConfigs[ADJUSTMENT_FUNCTION_COU
|
||||||
.mode = ADJUSTMENT_MODE_SELECT,
|
.mode = ADJUSTMENT_MODE_SELECT,
|
||||||
.data.selectConfig.switchPositions = 3
|
.data.selectConfig.switchPositions = 3
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.adjustmentFunction = ADJUSTMENT_PITCH_RATE,
|
||||||
|
.mode = ADJUSTMENT_MODE_STEP,
|
||||||
|
.data.stepConfig.step = 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.adjustmentFunction = ADJUSTMENT_ROLL_RATE,
|
||||||
|
.mode = ADJUSTMENT_MODE_STEP,
|
||||||
|
.data.stepConfig.step = 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.adjustmentFunction = ADJUSTMENT_PITCH_P,
|
.adjustmentFunction = ADJUSTMENT_PITCH_P,
|
||||||
.mode = ADJUSTMENT_MODE_STEP,
|
.mode = ADJUSTMENT_MODE_STEP,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue