Merge branch 'dev' into 3D
This commit is contained in:
commit
486d7d13a8
3 changed files with 16 additions and 1 deletions
|
@ -1071,7 +1071,7 @@
|
|||
<wow>
|
||||
<mode>once</mode>
|
||||
<name>wow0</name>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path> <!-- Nose seemed to harsh -->
|
||||
<path>Aircraft/A320-family/Sounds/SASA/Touch-Nose.wav</path>
|
||||
<condition>
|
||||
<property>gear/gear[0]/wow</property>
|
||||
</condition>
|
||||
|
|
Binary file not shown.
|
@ -6,6 +6,21 @@
|
|||
<system name="A320: ADR">
|
||||
|
||||
<channel name="ADR Inputs" execrate="2">
|
||||
<fcs_function name="aero/alpha-deg-corrected">
|
||||
<function>
|
||||
<product>
|
||||
<property>aero/alpha-deg</property>
|
||||
<table>
|
||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||
<tableData>
|
||||
0 0.0
|
||||
29 0.0
|
||||
30 1.0
|
||||
</tableData>
|
||||
</table>
|
||||
</product>
|
||||
</function>
|
||||
</fcs_function>
|
||||
|
||||
<sensor name="/systems/navigation/probes/aoa-1">
|
||||
<input>aero/alpha-deg-norm</input>
|
||||
|
|
Loading…
Reference in a new issue