mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Determine with an aux range is used to arm.
This commit is contained in:
parent
738c807e1d
commit
cfcd4792bb
5 changed files with 30 additions and 16 deletions
|
@ -426,6 +426,7 @@ void activateConfig(void)
|
|||
|
||||
generatePitchCurve(¤tProfile->controlRateConfig);
|
||||
generateThrottleCurve(¤tProfile->controlRateConfig, &masterConfig.escAndServoConfig);
|
||||
useRcControlsConfig(currentProfile->modeActivationConditions);
|
||||
|
||||
useGyroConfig(&masterConfig.gyroConfig);
|
||||
#ifdef TELEMETRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue