Comment out failed message for now

This commit is contained in:
Travis Nickles 2018-03-05 18:14:50 -06:00
parent efaafeb235
commit 59dbe6f956

View File

@ -771,7 +771,7 @@ namespace DS4Windows
uint calcCrc32 = ~Crc32Algorithm.CalculateFasterBTHash(ref HamSeed, ref btInputReport, ref crcoffset, ref crcpos);
if (recvCrc32 != calcCrc32)
{
Log.LogToGui("Crc check failed", true);
//Log.LogToGui("Crc check failed", true);
//Console.WriteLine(MacAddress.ToString() + " " + System.DateTime.UtcNow.ToString("o") + "" +
// "> invalid CRC32 in BT input report: 0x" + recvCrc32.ToString("X8") + " expected: 0x" + calcCrc32.ToString("X8"));