mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
AIR MODE Optimalisations // Disable retarded arm
enable level modes
This commit is contained in:
parent
fe5ec022de
commit
400fe14e30
6 changed files with 14 additions and 15 deletions
|
@ -565,7 +565,7 @@ void processRx(void)
|
|||
|
||||
throttleStatus_e throttleStatus = calculateThrottleStatus(&masterConfig.rxConfig, masterConfig.flight3DConfig.deadband3d_throttle);
|
||||
|
||||
if ((throttleStatus == THROTTLE_LOW && !(IS_RC_MODE_ACTIVE(BOXAIRMODE))) || !(ARMING_FLAG(ARMED))) {
|
||||
if (SHOULD_RESET_ERRORS) {
|
||||
pidResetErrorAngle();
|
||||
pidResetErrorGyro();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue