forked from flybywiresim/aircraft
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(hyd): tiller setting in efb #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crocket63
pushed a commit
that referenced
this pull request
Aug 17, 2022
* fix: RMP behavior and lights [issue 344] * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes Co-authored-by: Benedict Etzel <developer@beheh.de> * Update src/instruments/src/Common/EWDMessages.tsx Requested changes: code and VHF3 VOICE format Co-authored-by: Benedict Etzel <developer@beheh.de> * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes: code VHF3 voice Co-authored-by: Benedict Etzel <developer@beheh.de> * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes: code VHF3 voice Co-authored-by: Benedict Etzel <developer@beheh.de> * Update RadioPanelDisplay.tsx Requested changes: textDataModeVHF3 to TEXT_DATA_MODE_VHF3 * Fix bug with ANN LT involved * Added comments about commented out code * Fix RMPs elec buses * add of SEL word backlight * Default init of transmit and volume buttons * fix SEL light behavior * fix SEL light behavior #2 * Removal of commented out code * SEL backlight code * Changelog * Fix for vPilot * Changelog update Removal of useless changelogs * Changelog from 0.4.0 to 0.9.0 as requested From 0.4.0 to 0.8.0 for another one * Fix COM3 Transmit + it is now possible to transmit on no COM * Fix knob animation * Fix simvars when switching between CALLS p/b * Comment Co-authored-by: Benedict Etzel <developer@beheh.de> Co-authored-by: Saschl <19493808+Saschl@users.noreply.github.com>
crocket63
pushed a commit
that referenced
this pull request
Dec 30, 2022
* fix: RMP behavior and lights [issue 344] * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes Co-authored-by: Benedict Etzel <developer@beheh.de> * Update src/instruments/src/Common/EWDMessages.tsx Requested changes: code and VHF3 VOICE format Co-authored-by: Benedict Etzel <developer@beheh.de> * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes: code VHF3 voice Co-authored-by: Benedict Etzel <developer@beheh.de> * Update src/instruments/src/EWD/elements/PseudoFWC.tsx Requested changes: code VHF3 voice Co-authored-by: Benedict Etzel <developer@beheh.de> * Update RadioPanelDisplay.tsx Requested changes: textDataModeVHF3 to TEXT_DATA_MODE_VHF3 * Fix bug with ANN LT involved * Added comments about commented out code * Fix RMPs elec buses * add of SEL word backlight * Default init of transmit and volume buttons * fix SEL light behavior * fix SEL light behavior #2 * Removal of commented out code * SEL backlight code * VOR, ILS, ADF tunable. MLS missing. Logic with NAV button * Add of files * ILS standby frequency to active * Instruments knobs are now pushable * VORs ident * Fix due to double comment in the xml * MKR ident * ADF ident * RADNAV page blank once NAV button pushed * AUTO/MAN/RMP status in Navaids page * Fix switch between NAV backup and radio tuning * VOICE button * fix: inhibit auto-tuning * Changelog * Changelog * NAV 1/2 ADF 1 default volume set to 0 * NAV 3/4 ADF 2 (not existing yet) default volume set to 0 * Fix ILS and default values * ILS/MLS DME distance not displayed if RMP tuned * Display of M/R if manual/rmp tuned * Display of M/R if manual/rmp tuned * Revert "Display of M/R if manual/rmp tuned" This reverts commit ec363f6. * Reset of all nav frequencies when RMP tuning is cancelled * Removal of MLS + somes fixes for ADF and tuning based on real life * Change of default course value * Removal of useless code * Fix of display flickering when switching between ADF and VOR/ILS * ILS/MLS volume knobs + fix * Management greatest volume within pair of knobs * Fix previous commit * Fix previous commit * Revert "Revert commit by mistake" This reverts commit 556f5ac. * Removal of useless newlines * Table separator * Merge similar simvars as requested * French tooltips for knobs and voice button * Use of default tooltips + update homemade ones + english tooltips * Use of default tooltips + update homemade ones + english tooltips * Revert "Revert commit pushed my mistake" This reverts commit d61e0d5. * Dim light * ILS tunable only if both RMPs in nav backup mode. FCOM compliant * Back to frequency mode when switching between receivers * Fix for vPilot * Changelog update Removal of useless changelogs * Changelog from 0.4.0 to 0.9.0 as requested From 0.4.0 to 0.8.0 for another one * Fix COM3 Transmit + it is now possible to transmit on no COM * Fix knob animation * Revert "Merge branch 'RMP_fix_behavior_lights'" This reverts commit b21b690, reversing changes made to b71ebfb. * Reorder Changelog * Fix simvars when switching between CALLS p/b * Comment * MLS disabled * Fix bad merge * Fix bad merge * A32NX_RMP_ILS_MLS_TUNED to A32NX_RMP_ILS_TUNED * Update a320-simvars.md * Fix for vPilot * Comment * Inhibit at low altitude * Knobs lights * Revert on Rust files due to bad merge * Copy changelog from master and add of my line * Fix ILS tuning * Comment * Comment * Fix knobs lit when cold & dark Co-authored-by: Benedict Etzel <developer@beheh.de> Co-authored-by: Michael Corcoran <tracer@outlook.co.nz> Co-authored-by: Saschl <19493808+Saschl@users.noreply.github.com> Co-authored-by: Benjamin Dupont <benjozorkfr@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not tested yet ;)
LocalVar for the setting is:
L:A32NX_REALISTIC_TILLER_ENABLED