mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Sets preventRegistration to true for dmTx4k100c1g transmitter type. Otherwise device fails and returns without linking up com port.
This commit is contained in:
parent
5920c7c0f0
commit
b89112bec1
1 changed files with 2 additions and 1 deletions
|
|
@ -68,8 +68,9 @@ namespace PepperDash.Essentials.DM
|
||||||
|
|
||||||
// Set Ports for CEC
|
// Set Ports for CEC
|
||||||
HdmiIn.Port = Tx;
|
HdmiIn.Port = Tx;
|
||||||
}
|
|
||||||
|
|
||||||
|
PreventRegistration = true;
|
||||||
|
}
|
||||||
|
|
||||||
public override void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, EiscApiAdvanced bridge)
|
public override void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, EiscApiAdvanced bridge)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue