Matrix tweaks

This commit is contained in:
Serge
2023-05-23 10:58:27 +02:00
parent a34cc1cb03
commit 05aad0f1ad
6 changed files with 69 additions and 17 deletions

View File

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