Adds Hdcp Support for Tx30X and Tx201

This commit is contained in:
Jason T Alborough
2018-08-15 18:38:21 -04:00
parent a13428fb4e
commit 96e60f6eaf
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ namespace PepperDash.Essentials {
// Debug.Console(0, "Init Value {0}", x);
uint tempNum = x;
HdcpSupportCapability[tempNum] = (ushort)(tempNum + 1200);
HdcpSupport[tempNum] = (ushort)(tempNum + 900);
HdcpSupport[tempNum] = (ushort)(tempNum + 1000);
OutputVideoRoutes[tempNum] = (ushort)(tempNum + 100);
OutputAudioRoutes[tempNum] = (ushort)(tempNum + 300);
TxOnlineStatus[tempNum] = (ushort)(tempNum + 500);