This commit is contained in:
Serge
2023-07-30 20:11:41 +02:00
parent ca1875d57a
commit 584c641b18

View File

@@ -484,14 +484,9 @@ namespace GHelper
//Logger.WriteLine(BitConverter.ToString(msg)); //Logger.WriteLine(BitConverter.ToString(msg));
if (init) if (init)
{ {
//auraDevice.WriteFeatureData(AuraMessage(0,Color.Red,color,0)); auraDevice.WriteFeatureData(AuraMessage(0,Color.Red,color,0));
//auraDevice.WriteFeatureData(MESSAGE_APPLY); auraDevice.WriteFeatureData(MESSAGE_APPLY);
//auraDevice.WriteFeatureData(MESSAGE_SET); auraDevice.WriteFeatureData(MESSAGE_SET);
//auraDevice.Write(LED_INIT1);
//auraDevice.Write(LED_INIT2);
//auraDevice.Write(LED_INIT3);
//auraDevice.Write(LED_INIT4);
//auraDevice.Write(LED_INIT5);
auraDevice.Write(new byte[] { AURA_HID_ID, 0xbc, 1, 1, 4 }); 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 });
} }