diff --git a/ScpControl.Shared/Properties/CommonInfo.cs b/ScpControl.Shared/Properties/CommonInfo.cs index 2c0bea8c..4f02080c 100644 --- a/ScpControl.Shared/Properties/CommonInfo.cs +++ b/ScpControl.Shared/Properties/CommonInfo.cs @@ -12,5 +12,5 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.6.232.16004")] -[assembly: AssemblyFileVersion("1.6.232.16004")] \ No newline at end of file +[assembly: AssemblyVersion("1.6.238.16010")] +[assembly: AssemblyFileVersion("1.6.238.16010")] \ No newline at end of file diff --git a/ScpControl/Bluetooth/BthDs3.cs b/ScpControl/Bluetooth/BthDs3.cs index 15321283..f50277cc 100644 --- a/ScpControl/Bluetooth/BthDs3.cs +++ b/ScpControl/Bluetooth/BthDs3.cs @@ -230,9 +230,9 @@ protected override void Process(DateTime now) // TODO: this works for some but breaks others, so... dafuq >_< if (IsFake) { - //_hidOutputReport[0] = 0xA2; - //_hidOutputReport[3] = 0xFF; - //_hidOutputReport[5] = 0x00; + _hidOutputReport[0] = 0xA2; + _hidOutputReport[3] = 0xFF; + _hidOutputReport[5] = 0x00; } #endregion