mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02:00
Matrix tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user