mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Do not disable RcAdjustments if paralyze when armed
This commit is contained in:
parent
c72e7ac568
commit
2eb787a5ad
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ bool processRx(timeUs_t currentTimeUs)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!cliMode && !IS_RC_MODE_ACTIVE(BOXPARALYZE)) {
|
if (!cliMode && !(IS_RC_MODE_ACTIVE(BOXPARALYZE) && !ARMING_FLAG(ARMED))) {
|
||||||
processRcAdjustments(currentControlRateProfile);
|
processRcAdjustments(currentControlRateProfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue