Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
only update COM Receive All on value change
Browse files Browse the repository at this point in the history
  • Loading branch information
dga711 committed Jan 7, 2021
1 parent 833dddf commit 6fca2c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@
<UPDATE_CODE>
(A:COM VOLUME:1, Number) (&gt;K:COM1_RECEIVE_SELECT)
(A:COM VOLUME:2, Number) (&gt;K:COM2_RECEIVE_SELECT)
(A:COM RECEIVE:1, Number) (A:COM RECEIVE:2, Number) == (&gt;K:COM_RECEIVE_ALL_SET)
(A:COM RECEIVE:1, Number) (A:COM RECEIVE:2, Number) == s0
l0 (A:COM RECEIVE ALL:0, Number) != if{
l0 (&gt;K:COM_RECEIVE_ALL_SET)
}
</UPDATE_CODE>
</UseTemplate>
</Component>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ WingLights=False
CabinLights=False
GlareshieldLights=False
PedestalLights=False
potentiometer.3=0.5
potentiometer.3=0.7

[AutoPilot.0]
MasterSwitch=False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ WingLights=True
CabinLights=True
GlareshieldLights=False
PedestalLights=False
potentiometer.3=0.5
potentiometer.3=0.7

[AutoPilot.0]
MasterSwitch=False
Expand Down

0 comments on commit 6fca2c8

Please sign in to comment.