mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44: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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user