diff --git a/app/AnimeMatrix/SlashDevice.cs b/app/AnimeMatrix/SlashDevice.cs index f52ccb2c..9379c4b7 100644 --- a/app/AnimeMatrix/SlashDevice.cs +++ b/app/AnimeMatrix/SlashDevice.cs @@ -87,6 +87,7 @@ namespace GHelper.AnimeMatrix public void WakeUp() { Set(Packet(Encoding.ASCII.GetBytes("ASUS Tech.Inc.")), "SlashWakeUp"); + Set(Packet(0xC2), "SlashWakeUp"); Set(Packet(0xD1, 0x01, 0x00, 0x01), "SlashWakeUp"); Set(Packet(0xD2, 0x03, 0x00, 0x0C), "SlashWakeUpMode"); }