mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
FW-Autoland
This commit is contained in:
parent
6fd4a116df
commit
9370fdd49f
19 changed files with 1206 additions and 91 deletions
|
@ -810,6 +810,10 @@ static int logicConditionGetFlightOperandValue(int operand) {
|
|||
return rangefinderGetLatestRawAltitude();
|
||||
break;
|
||||
|
||||
case LOGIC_CONDITION_OPERAND_FLIGHT_FW_LAND_STATE:
|
||||
return posControl.fwLandState;
|
||||
break;
|
||||
|
||||
default:
|
||||
return 0;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue