A3XX: Fix FBW bug
This commit is contained in:
parent
0b76615228
commit
ff8451c20a
2 changed files with 7 additions and 7 deletions
|
@ -141,10 +141,10 @@
|
||||||
<property>/it-autoflight/output/ap2</property>
|
<property>/it-autoflight/output/ap2</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</equals>
|
</equals>
|
||||||
<less-than>
|
<less-than-equals>
|
||||||
<property>/position/gear-agl-ft</property>
|
<property>/position/gear-agl-ft</property>
|
||||||
<value>50</value>
|
<value>30</value>
|
||||||
</less-than>
|
</less-than-equals>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/controls/flight/flap-pos</property>
|
<property>/controls/flight/flap-pos</property>
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
|
@ -208,10 +208,10 @@
|
||||||
<property>/it-autoflight/output/ap2</property>
|
<property>/it-autoflight/output/ap2</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</equals>
|
</equals>
|
||||||
<less-than>
|
<less-than-equals>
|
||||||
<property>/position/gear-agl-ft</property>
|
<property>/position/gear-agl-ft</property>
|
||||||
<value>50</value>
|
<value>30</value>
|
||||||
</less-than>
|
</less-than-equals>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/controls/flight/flap-pos</property>
|
<property>/controls/flight/flap-pos</property>
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4042
|
4043
|
Reference in a new issue