Skip to content

Commit

Permalink
Bugfix in fgfs protocol file
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Feb 25, 2021
1 parent 8eae6ac commit 04ae785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/fgfs/Protocol/fgcom-mumble.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
<type>string</type>
<format>COM1_PBT=%s</format> <!-- 0=inactive, 1=active -->
<node>/instrumentation/comm[0]/operable</node>
<!-- ^^ we use the operable property because it honors all conditions (powered, serviceable, turned on) --->
<!-- ^^ we use the operable property because it honors all conditions (powered, serviceable, turned on) -->
</chunk>
<chunk>
<name>com1-ptt</name>
<type>string</type>
<format>COM1_PTT=%s</format> <!-- 0=inactive, 1=active -->
Expand Down Expand Up @@ -103,7 +104,7 @@
<type>string</type>
<format>COM2_PBT=%s</format> <!-- 0=inactive, 1=active -->
<node>/instrumentation/comm[1]/operable</node>
<!-- ^^ we use the operable property because it honors all conditions (powered, serviceable, turned on) --->
<!-- ^^ we use the operable property because it honors all conditions (powered, serviceable, turned on) -->
</chunk>
<chunk>
<name>com2-ptt</name>
Expand Down

0 comments on commit 04ae785

Please sign in to comment.