From a320eff13c2a8b2e7b85e91edd3482543bce279f Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Mon, 1 Oct 2018 19:34:53 -0600 Subject: [PATCH] Updated join map to fix issue with audio/video source selection and feedback --- PepperDashEssentials/Bridges/DmTxControllerBridge.cs | 4 +++- essentials-framework | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PepperDashEssentials/Bridges/DmTxControllerBridge.cs b/PepperDashEssentials/Bridges/DmTxControllerBridge.cs index 4242e60b..3fef1404 100644 --- a/PepperDashEssentials/Bridges/DmTxControllerBridge.cs +++ b/PepperDashEssentials/Bridges/DmTxControllerBridge.cs @@ -77,9 +77,11 @@ namespace PepperDash.Essentials.Bridges IsOnline = IsOnline + joinOffset; VideoSyncStatus = VideoSyncStatus + joinOffset; - CurrentInputResolution = CurrentInputResolution + joinOffset; HdcpSupportOn = HdcpSupportOn + joinOffset; HdcpSupportOff = HdcpSupportOff + joinOffset; + CurrentInputResolution = CurrentInputResolution + joinOffset; + VideoInput = VideoInput + joinOffset; + AudioInput = AudioInput + joinOffset; HdcpSupportState = HdcpSupportState + joinOffset; } } diff --git a/essentials-framework b/essentials-framework index 815eabc6..624eea7c 160000 --- a/essentials-framework +++ b/essentials-framework @@ -1 +1 @@ -Subproject commit 815eabc610d554012334c33c4afcd96d2314ab2c +Subproject commit 624eea7c6c41d115058abd80692bfca366958449