Aura Fix 3

This commit is contained in:
Serge
2023-07-30 20:25:13 +02:00
parent 584c641b18
commit 3bafaaada0

View File

@@ -487,8 +487,8 @@ namespace GHelper
auraDevice.WriteFeatureData(AuraMessage(0,Color.Red,color,0));
auraDevice.WriteFeatureData(MESSAGE_APPLY);
auraDevice.WriteFeatureData(MESSAGE_SET);
auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc, 1, 1, 4 });
auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc });
auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc, 1, 1, 4 });
}
auraDevice.Write(msg);
}