Anime matrix fix

This commit is contained in:
Serge
2023-05-21 21:23:55 +02:00
parent 80e3971dad
commit 2a5c2e02ac
2 changed files with 1 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ namespace GHelper.AnimeMatrix
try
{
mat = new AnimeMatrixDevice();
mat.WakeUp();
matrixTimer = new System.Timers.Timer(100);
matrixTimer.Elapsed += MatrixTimer_Elapsed;
}