1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 14:55:18 +03:00

Add logic condition for 3D home distance based on Pythagorean theorem.

This commit is contained in:
Alexander van Saase 2020-10-19 22:30:23 +02:00
parent 4359590f14
commit d17bfc67e3
3 changed files with 6 additions and 0 deletions

View file

@ -112,6 +112,7 @@ typedef enum {
LOGIC_CONDITION_OPERAND_FLIGHT_STABILIZED_YAW, // 28
LOGIC_CONDITION_OPERAND_FLIGHT_WAYPOINT_INDEX, // 29
LOGIC_CONDITION_OPERAND_FLIGHT_WAYPOINT_ACTION, // 30
LOGIC_CONDITION_OPERAND_FLIGHT_3D_HOME_DISTANCE, // 31
} logicFlightOperands_e;
typedef enum {