Remove the reset command on startup (just causes flicker).

master
Glenn Maynard 6 years ago
parent ec061d4223
commit af82a1e423
  1. 3
      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");

Loading…
Cancel
Save