-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(a380x/fms): Fix refueling msg on A380X #9698
base: master
Are you sure you want to change the base?
fix(a380x/fms): Fix refueling msg on A380X #9698
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution! Since this is a small change, we can live without full QA. Could you please add a screenshot showing the correct ECAM message in MSFS to this PR? Then we can merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had another look at the references, sorry for the confusion
fbw-a380x/src/systems/systems-host/systems/FlightWarningSystem/FwsMemos.ts
Outdated
Show resolved
Hide resolved
@@ -32,7 +32,7 @@ export class FwsMemos { | |||
flightPhaseInhib: [], | |||
simVarIsActive: this.fws.usrStartRefueling, | |||
whichCodeToReturn: () => [0], | |||
codesToReturn: ['000005001'], | |||
codesToReturn: ['280000009', '280000010'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codesToReturn: ['280000009', '280000010'], | |
codesToReturn: ['280000009', this.fws.oneEngineRunning.get() ? '280000011' : '280000010'], |
REFUEL PNL DOOR OPEN exists as both amber and green variant (depending on whether one engine is started or not). Thus, also please change the memo entry in EcamMessages/index.tsx
to '280000011': '\x1b<4mREFUEL PNL DOOR OPEN',
Co-authored-by: floridude <63071941+flogross89@users.noreply.github.com>
If changed, applies this to the A32NX too? |
Fixes #9696
Summary of Changes
Change refueling msg on center console
References
Reference on issue by @tshomas
Additional context
Discord username (same from GitHub): iurynogueira
Testing instructions
A380X only:
How to download the PR for QA
Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.