A3XX: Fix FBW bug

This commit is contained in:
Joshua Davidson 2017-11-29 10:47:05 -05:00
parent 0b76615228
commit ff8451c20a
2 changed files with 7 additions and 7 deletions

View file

@ -141,10 +141,10 @@
<property>/it-autoflight/output/ap2</property>
<value>0</value>
</equals>
<less-than>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>50</value>
</less-than>
<value>30</value>
</less-than-equals>
<greater-than-equals>
<property>/controls/flight/flap-pos</property>
<value>4</value>
@ -208,10 +208,10 @@
<property>/it-autoflight/output/ap2</property>
<value>0</value>
</equals>
<less-than>
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>50</value>
</less-than>
<value>30</value>
</less-than-equals>
<greater-than-equals>
<property>/controls/flight/flap-pos</property>
<value>4</value>

View file

@ -1 +1 @@
4042
4043