mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Slash lightning tweaks https://github.com/seerge/g-helper/issues/2381
This commit is contained in:
@@ -135,7 +135,7 @@ namespace GHelper.AnimeMatrix
|
||||
public void Set(Packet packet, string? log = null)
|
||||
{
|
||||
_usbProvider?.Set(packet.Data);
|
||||
if (log is not null) Logger.WriteLine("Slash:" + BitConverter.ToString(packet.Data));
|
||||
if (log is not null) Logger.WriteLine($"{log}:" + BitConverter.ToString(packet.Data).Substring(0,48));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user