1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

mixprofile transition support

This commit is contained in:
shota 2023-07-01 03:29:10 +09:00
parent 203bb2a471
commit 2fb9601dd6
14 changed files with 86 additions and 58 deletions

View file

@ -773,7 +773,7 @@ static int logicConditionGetFlightOperandValue(int operand) {
break;
case LOGIC_CONDITION_OPERAND_FLIGHT_ACTIVE_MIXER_PROFILE: // int
return getConfigMixerProfile() + 1;
return currentMixerProfileIndex + 1;
break;
case LOGIC_CONDITION_OPERAND_FLIGHT_LOITER_RADIUS: