Missed some instrumentation overall changes.
This commit is contained in:
parent
3b44bef269
commit
69956c445c
2 changed files with 8 additions and 3 deletions
|
@ -45,10 +45,10 @@
|
|||
<prop>/systems/electrical/outputs/gps-mfd</prop>
|
||||
<prop>/systems/electrical/outputs/gps</prop>
|
||||
<prop>/systems/electrical/outputs/hsi</prop>
|
||||
<prop>/systems/electrical/outputs/navcom[0]</prop>
|
||||
<prop>/systems/electrical/outputs/nav[0]</prop>
|
||||
<prop>/systems/electrical/outputs/dme</prop>
|
||||
<prop>/systems/electrical/outputs/audio-panel[0]</prop>
|
||||
<prop>/systems/electrical/outputs/navcom[1]</prop>
|
||||
<prop>/systems/electrical/outputs/nav[1]</prop>
|
||||
<prop>/systems/electrical/outputs/audio-panel[1]</prop>
|
||||
<prop>/systems/electrical/outputs/transponder</prop>
|
||||
<prop>/systems/electrical/outputs/autopilot</prop>
|
||||
|
|
|
@ -92,10 +92,15 @@ file, these values will be used (they are hardcoded).
|
|||
</magnetic-compass>
|
||||
|
||||
<nav-radio>
|
||||
<name>nav-radio</name>
|
||||
<name>nav</name>
|
||||
<number>0</number>
|
||||
</nav-radio>
|
||||
|
||||
<nav-radio>
|
||||
<name>nav</name>
|
||||
<number>1</number>
|
||||
</nav-radio>
|
||||
|
||||
<slip-skid-ball>
|
||||
<name>slip-skid-ball</name>
|
||||
<number>0</number>
|
||||
|
|
Loading…
Reference in a new issue