mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
Update logic_condition.h
Added GPS Valid Fix to flight parameters
This commit is contained in:
parent
480325c39c
commit
2d07330d42
1 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@ typedef enum {
|
||||||
LOGIC_CONDITION_OPERAND_FLIGHT_3D_HOME_DISTANCE, // 31
|
LOGIC_CONDITION_OPERAND_FLIGHT_3D_HOME_DISTANCE, // 31
|
||||||
LOGIC_CONDITION_OPERAND_FLIGHT_CRSF_LQ, // 32
|
LOGIC_CONDITION_OPERAND_FLIGHT_CRSF_LQ, // 32
|
||||||
LOGIC_CONDITION_OPERAND_FLIGHT_CRSF_SNR, // 33
|
LOGIC_CONDITION_OPERAND_FLIGHT_CRSF_SNR, // 33
|
||||||
|
LOGIC_CONDITION_OPERAND_FLIGHT_GPS_VALID, // 0/1 // 34
|
||||||
|
|
||||||
} logicFlightOperands_e;
|
} logicFlightOperands_e;
|
||||||
|
|
||||||
|
@ -195,4 +196,4 @@ void logicConditionReset(void);
|
||||||
|
|
||||||
float getThrottleScale(float globalThrottleScale);
|
float getThrottleScale(float globalThrottleScale);
|
||||||
int16_t getRcCommandOverride(int16_t command[], uint8_t axis);
|
int16_t getRcCommandOverride(int16_t command[], uint8_t axis);
|
||||||
int16_t getRcChannelOverride(uint8_t channel, int16_t originalValue);
|
int16_t getRcChannelOverride(uint8_t channel, int16_t originalValue);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue