mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-14 20:10:15 +03:00
Renamed PID Profiles to Profiles
This commit is contained in:
parent
282ac5b1aa
commit
0f9c6cd8df
2 changed files with 4 additions and 4 deletions
|
@ -334,7 +334,7 @@ static int logicConditionCompute(
|
|||
}
|
||||
break;
|
||||
|
||||
case LOGIC_CONDITION_SET_PID_PROFILE:
|
||||
case LOGIC_CONDITION_SET_PROFILE:
|
||||
operandA--;
|
||||
if ( getConfigProfile() != operandA && (operandA >= 0 && operandA < MAX_PROFILE_COUNT)) {
|
||||
bool profileChanged = false;
|
||||
|
@ -549,7 +549,7 @@ static int logicConditionGetFlightOperandValue(int operand) {
|
|||
#endif
|
||||
break;
|
||||
|
||||
case LOGIC_CONDITION_OPERAND_FLIGHT_PID_PROFILE: // int
|
||||
case LOGIC_CONDITION_OPERAND_FLIGHT_ACTIVE_PROFILE: // int
|
||||
return getConfigProfile() + 1;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue