Minor tweaks

This commit is contained in:
Serge
2024-02-11 11:44:40 +01:00
parent 773a5899d1
commit ae298873ca
2 changed files with 2 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ namespace GHelper.AnimeMatrix
}
catch (Exception ex)
{
//Logger.WriteLine(ex.Message);
Logger.WriteLine(ex.Message);
}
}
@@ -89,7 +89,7 @@ namespace GHelper.AnimeMatrix
{
deviceSlash.Init();
deviceSlash.SetMode((SlashMode)running);
deviceSlash.SetOptions(false, (byte)(brightness * 85.333), 0);
deviceSlash.SetOptions(true, (byte)(brightness * 85.333), 0);
deviceSlash.Save();
}
});