1
0
Fork 0
This commit is contained in:
Josh Davidson 2021-07-16 13:20:26 -04:00
parent 48da9c7b54
commit 78015a093b

View file

@ -339,10 +339,10 @@
<condition>
<and>
<property>/instrumentation/efis/mfd/true-north</property>
<greater-than>
<greater-than-equals>
<property>/velocities/groundspeed-kt</property>
<value>1</value>
</greater-than>
</greater-than-equals>
</and>
</condition>
<property>/orientation/track-deg</property>
@ -351,10 +351,10 @@
<condition>
<and>
<not><property>/instrumentation/efis/mfd/true-north</property></not>
<greater-than>
<greater-than-equals>
<property>/velocities/groundspeed-kt</property>
<value>1</value>
</greater-than>
</greater-than-equals>
</and>
</condition>
<property>/orientation/track-magnetic-deg</property>