1
0
Fork 0

Files: cleanup:

This commit is contained in:
Josh Davidson 2022-03-12 15:19:36 -05:00
parent 9b17c5f7e6
commit ebca54e832
2 changed files with 6 additions and 6 deletions

View file

@ -27,6 +27,7 @@
<logic>
<input>
<and>
<property>/it-autoflight/output/apfd-on</property>
<or>
<equals>
<property>/it-autoflight/output/vert</property>
@ -37,7 +38,6 @@
<value>7</value>
</equals>
</or>
<property>/it-autoflight/output/apfd-on</property>
</and>
</input>
<output>/it-autoflight/internal/flch-active</output>
@ -164,11 +164,11 @@
<logic>
<input>
<and>
<property>/it-autoflight/output/apfd-on</property>
<equals>
<property>/it-autoflight/output/vert</property>
<value>5</value>
</equals>
<property>/it-autoflight/output/apfd-on</property>
</and>
</input>
<output>/it-autoflight/internal/fpa-active</output>
@ -455,6 +455,7 @@
<enable>
<condition>
<and>
<property>/it-autoflight/output/ap-on</property>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
@ -463,7 +464,6 @@
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
<property>/it-autoflight/output/ap-on</property>
<not-equals>
<property>/it-autoflight/output/vert</property>
<value>9</value>
@ -602,6 +602,7 @@
<condition>
<not>
<and>
<property>/it-autoflight/output/ap-on</property>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
@ -610,7 +611,6 @@
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
<property>/it-autoflight/output/ap-on</property>
<not-equals>
<property>/it-autoflight/output/vert</property>
<value>9</value>

View file

@ -21,6 +21,7 @@
<enable>
<condition>
<and>
<property>/it-autoflight/output/apfd-on</property>
<or>
<equals>
<property>/it-autoflight/output/lat</property>
@ -31,7 +32,6 @@
<value>1</value>
</equals>
</or>
<property>/it-autoflight/output/apfd-on</property>
</and>
</condition>
</enable>
@ -60,11 +60,11 @@
<enable>
<condition>
<and>
<property>/it-autoflight/output/apfd-on</property>
<equals>
<property>/it-autoflight/output/lat</property>
<value>2</value>
</equals>
<property>/it-autoflight/output/apfd-on</property>
</and>
</condition>
</enable>