From 1c9aa1eaf62274187ac294abeb3b48cb42c0005b Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 5 Mar 2019 11:33:39 -0700 Subject: [PATCH] Moves setting program initialization value out of InitializeSystem() to SystemMonitorController class --- PepperDashEssentials/ControlSystem.cs | 2 -- essentials-framework | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/PepperDashEssentials/ControlSystem.cs b/PepperDashEssentials/ControlSystem.cs index 51856749..8463390a 100644 --- a/PepperDashEssentials/ControlSystem.cs +++ b/PepperDashEssentials/ControlSystem.cs @@ -34,8 +34,6 @@ namespace PepperDash.Essentials /// public override void InitializeSystem() { - SystemMonitor.ProgramInitialization.ProgramInitializationUnderUserControl = true; - DeterminePlatform(); //CrestronConsole.AddNewConsoleCommand(s => GoWithLoad(), "go", "Loads configuration file", diff --git a/essentials-framework b/essentials-framework index 5bee684b..c40f3b40 160000 --- a/essentials-framework +++ b/essentials-framework @@ -1 +1 @@ -Subproject commit 5bee684b52588788c392c666126a52c176e03a62 +Subproject commit c40f3b40d57a82b9191d4f8f6dbf89a4756af4e4