1
0
Fork 0
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:
borisbstyle 2015-12-06 23:22:54 +01:00
parent fe5ec022de
commit 400fe14e30
6 changed files with 14 additions and 15 deletions

View file

@ -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();
}