Skip to content

Commit

Permalink
fix(a380x/efis): Fix VV pb indicator not turning on when TRK/FPA mode…
Browse files Browse the repository at this point in the history
… is engaged

Fixes flybywiresim#9520
  • Loading branch information
heclak committed Dec 13, 2024
1 parent 3761596 commit 5edba47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
1. [A380X/FMS] Fix VLS computation error for CONF 1, might have lead to FMS crashes during climb out - @flogross89 (floridude)
1. [A380X/FCU] Add correct QFE label using the baro preselect display - @heclak (Heclak)
1. [FMS] Move the speed limit data to performance data, so that it is flight-plan-specific - @BlueberryKing (BlueberryKing)
1. [A380X/EFIS] Fix VV pb indicator not turning on when TRK/FPA mode is engaged - @heclak (Heclak)

## 0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
<!-- VV -->
<UseTemplate Name="FBW_A380X_BacklightIndicator_Button_Template">
<NODE_ID>PUSH_EFIS_#SIDE_NODE_GROUP#_VV</NODE_ID>
<TOGGLE_SIMVAR>L:A380X_EFIS_#SIDE_SIMVAR_GROUP#_VV_BUTTON_IS_ON</TOGGLE_SIMVAR>
<BUTTON_CODE>(L:A380X_EFIS_#SIDE_SIMVAR_GROUP#_VV_BUTTON_IS_ON, Boolean) ! (&gt;L:A380X_EFIS_#SIDE_SIMVAR_GROUP#_VV_BUTTON_IS_ON, Boolean)</BUTTON_CODE>
<INDICATOR_CODE>(L:A380X_EFIS_#SIDE_SIMVAR_GROUP#_VV_BUTTON_IS_ON) (L:A32NX_TRK_FPA_MODE_ACTIVE) or</INDICATOR_CODE>
<TOOLTIPID>TOGGLE VELOCITY VECTOR ON EFIS</TOOLTIPID>

<NODE_IS_INDICATOR />
Expand Down

0 comments on commit 5edba47

Please sign in to comment.