remove duplicate binding causing park brake switch to do nothing (THX SNOWY1)
This commit is contained in:
parent
76cdcc0a83
commit
07545fc40f
6 changed files with 17 additions and 12 deletions
|
@ -799,7 +799,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
|
||||
</channel>
|
||||
|
||||
<channel name="Flaps">
|
||||
<channel name="Flaps">
|
||||
|
||||
<kinematic name="Flaps Control">
|
||||
<input>/controls/flight/flaps</input>
|
||||
|
@ -842,7 +842,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
</setting>
|
||||
<setting>
|
||||
<position>27</position>
|
||||
<time>40</time>
|
||||
<time>30</time>
|
||||
</setting>
|
||||
</traverse>
|
||||
<output>fcs/slat-pos-deg</output>
|
||||
|
|
|
@ -799,7 +799,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
|
||||
</channel>
|
||||
|
||||
<channel name="Flaps">
|
||||
<channel name="Flaps">
|
||||
|
||||
<kinematic name="Flaps Control">
|
||||
<input>/controls/flight/flaps</input>
|
||||
|
@ -842,7 +842,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
</setting>
|
||||
<setting>
|
||||
<position>27</position>
|
||||
<time>40</time>
|
||||
<time>30</time>
|
||||
</setting>
|
||||
</traverse>
|
||||
<output>fcs/slat-pos-deg</output>
|
||||
|
|
|
@ -423,6 +423,7 @@
|
|||
<speedbrake-arm>0</speedbrake-arm>
|
||||
<ground-spoilers-armed type="bool">0</ground-spoilers-armed>
|
||||
<speedbrake-lever type="double">0</speedbrake-lever>
|
||||
<slats>0</slats>
|
||||
</flight>
|
||||
<gear>
|
||||
<brake-parking type="bool">true</brake-parking>
|
||||
|
@ -494,6 +495,14 @@
|
|||
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
|
||||
</gear>
|
||||
</gear>
|
||||
|
||||
<systems>
|
||||
<hydraulic n="0">
|
||||
<blue-psi>0</blue-psi>
|
||||
<green-psi>0</green-psi>
|
||||
<yellow-psi>0</yellow-psi>
|
||||
</hydraulic>
|
||||
</systems>
|
||||
|
||||
<instrumentation>
|
||||
|
||||
|
|
|
@ -799,7 +799,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
|
||||
</channel>
|
||||
|
||||
<channel name="Flaps">
|
||||
<channel name="Flaps">
|
||||
|
||||
<kinematic name="Flaps Control">
|
||||
<input>/controls/flight/flaps</input>
|
||||
|
@ -842,7 +842,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
</setting>
|
||||
<setting>
|
||||
<position>27</position>
|
||||
<time>40</time>
|
||||
<time>30</time>
|
||||
</setting>
|
||||
</traverse>
|
||||
<output>fcs/slat-pos-deg</output>
|
||||
|
|
|
@ -799,7 +799,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
|
||||
</channel>
|
||||
|
||||
<channel name="Flaps">
|
||||
<channel name="Flaps">
|
||||
|
||||
<kinematic name="Flaps Control">
|
||||
<input>/controls/flight/flaps</input>
|
||||
|
@ -842,7 +842,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
</setting>
|
||||
<setting>
|
||||
<position>27</position>
|
||||
<time>40</time>
|
||||
<time>30</time>
|
||||
</setting>
|
||||
</traverse>
|
||||
<output>fcs/slat-pos-deg</output>
|
||||
|
|
|
@ -4363,10 +4363,6 @@
|
|||
<command>property-toggle</command>
|
||||
<property>controls/parking-brake</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>controls/brake-parking</property>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
|
|
Reference in a new issue