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:
parent
203bb2a471
commit
2fb9601dd6
14 changed files with 86 additions and 58 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue