mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
OpenRGB pey-key Aura implementation
This commit is contained in:
@@ -92,7 +92,7 @@ public static class AsusHid
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.WriteLine($"Error writing {log}: {ex.Message}");
|
||||
Logger.WriteLine($"Error writing {log}: {ex.Message} ");
|
||||
}
|
||||
|
||||
}
|
||||
@@ -110,7 +110,7 @@ public static class AsusHid
|
||||
catch (Exception ex)
|
||||
{
|
||||
auraStream.Dispose();
|
||||
Debug.WriteLine($"Error writing data to HID device: {ex.Message}");
|
||||
Debug.WriteLine($"Error writing data to HID device: {ex.Message} {BitConverter.ToString(data)}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user