mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Anime matrix fix
This commit is contained in:
@@ -26,6 +26,7 @@ namespace GHelper.AnimeMatrix
|
||||
try
|
||||
{
|
||||
mat = new AnimeMatrixDevice();
|
||||
mat.WakeUp();
|
||||
matrixTimer = new System.Timers.Timer(100);
|
||||
matrixTimer.Elapsed += MatrixTimer_Elapsed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user