A32X: Fix N1 THR indicator on CFM ecam wrong
This commit is contained in:
parent
46299c13f3
commit
9c85eb3e02
1 changed files with 5 additions and 8 deletions
|
@ -268,13 +268,10 @@
|
|||
<gain>1</gain>
|
||||
<input>
|
||||
<condition>
|
||||
<and>
|
||||
<not><property>/options/EIS2</property></not>
|
||||
<equals>
|
||||
<property>/options/eng</property>
|
||||
<value>CFM</value>
|
||||
</equals>
|
||||
</and>
|
||||
<equals>
|
||||
<property>/options/eng</property>
|
||||
<value>CFM</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<expression>
|
||||
<table>
|
||||
|
@ -290,7 +287,7 @@
|
|||
<condition>
|
||||
<equals>
|
||||
<property>/options/eng</property>
|
||||
<value>CFM</value>
|
||||
<value>IAE</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<expression>
|
||||
|
|
Reference in a new issue