Skip to content

Commit f5d1722

Browse files
committed
Fix heading bug autopilot, add fuel pump
1 parent 94fe964 commit f5d1722

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

definitions/aircraft/C172.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ shared:
160160
type: var
161161
var_name: L:XMLVAR_CabinAir_Position_1
162162
var_type: f64
163+
-
164+
type: var
165+
var_name: L:XMLVAR_BoostFuelPump
166+
var_type: bool
163167

164168

165169
master:

definitions/modules/autopilot.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ shared:
1212
var_type: bool
1313
event_name: AP_HDG_HOLD_ON
1414
-
15-
type: var
15+
type: NumSet
1616
var_name: A:AUTOPILOT HEADING LOCK DIR
1717
var_units: Degrees
1818
var_type: i32
19+
event_name: HEADING_BUG_SET
1920
-
2021
type: ToggleSwitch
2122
var_name: A:AUTOPILOT ALTITUDE LOCK
@@ -89,12 +90,6 @@ shared:
8990
var_units: Bool
9091
var_type: bool
9192
event_name: TOGGLE_FLIGHT_DIRECTOR
92-
-
93-
type: NumSet
94-
var_name: A:AUTOPILOT FLIGHT DIRECTOR ACTIVE
95-
var_units: Bool
96-
var_type: bool
97-
event_name: AP_PITCH_REF_SELECT
9893
-
9994
type: ToggleSwitch
10095
var_name: A:AUTOPILOT THROTTLE ARM

0 commit comments

Comments
 (0)