diff --git a/Essentials/PepperDashEssentials/UI/EssentialsTouchpanelController.cs b/Essentials/PepperDashEssentials/UI/EssentialsTouchpanelController.cs index 5aeb2837..5fae4414 100644 --- a/Essentials/PepperDashEssentials/UI/EssentialsTouchpanelController.cs +++ b/Essentials/PepperDashEssentials/UI/EssentialsTouchpanelController.cs @@ -87,8 +87,8 @@ namespace PepperDash.Essentials += ExtenderSystemReservedSigs_DeviceExtenderSigChange; } - new CTimer(o => - { + //CrestronInvoke.BeginInvoke(o => + // { var regSuccess = Panel.Register(); if (regSuccess != eDeviceRegistrationUnRegistrationResponse.Success) Debug.Console(0, this, "WARNING: Registration failed. Continuing, but panel may not function: {0}", regSuccess); @@ -177,7 +177,7 @@ namespace PepperDash.Essentials { Debug.Console(0, this, "ERROR: Cannot load AvFunctionsDriver for room '{0}'", props.DefaultRoomKey); } - }, 0); + //}, 0); }); } diff --git a/Release Package/PepperDashEssentials.cpz b/Release Package/PepperDashEssentials.cpz index b52a9755..cb82435f 100644 Binary files a/Release Package/PepperDashEssentials.cpz and b/Release Package/PepperDashEssentials.cpz differ