1
0
Fork 0

Roy Vegard Ovesen:

There are two <dme> entries in preferences.xml, resulting in two dme branches
under /instrumentation/ (dme[0] and dme[1]). The serviceable property is only
set for the second entry (dme[1]), and that one is not connected to the dme
module. Solution: Remove the first <dme> entry, and set the index explicitly
to 0 for the remaining <dme> entry.
This commit is contained in:
ehofman 2004-12-13 09:56:42 +00:00
parent 67f1fb0c8a
commit a4fbbe04b8

View file

@ -579,9 +579,6 @@ Started September 2000 by David Megginson, david@megginson.com
<instrumentation>
<!-- Radio settings -->
<dme>
<switch-position type="int">0</switch-position>
</dme>
<comm n="0">
<frequencies>
@ -685,7 +682,7 @@ Started September 2000 by David Megginson, david@megginson.com
<serviceable type="bool" archive="y">true</serviceable>
</magnetic-compass>
<dme>
<dme n="0">
<serviceable type="bool" archive="y">true</serviceable>
<switch-position type="int" archive="y">0</switch-position>
</dme>