From af82a1e4230cc7ef7a2feed4a14125c6736507dc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 8 Feb 2019 20:56:02 -0600 Subject: [PATCH] Remove the reset command on startup (just causes flicker). --- sdk/Windows/SMXDevice.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/Windows/SMXDevice.cpp b/sdk/Windows/SMXDevice.cpp index f1b1931..91874f5 100644 --- a/sdk/Windows/SMXDevice.cpp +++ b/sdk/Windows/SMXDevice.cpp @@ -387,9 +387,6 @@ void SMX::SMXDevice::CheckActive() m_pConnection->SetActive(true); - // Reset panels. - SendCommandLocked("R\n"); - // Read the current configuration. The device will return a "g" response containing // its current SMXConfig. SendCommandLocked("g\n");