This commit is contained in:
rusefillc 2024-04-10 18:36:06 -04:00
parent 8933621961
commit 3501ac3b32
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class CANPacket {
result.append(arrayName + " = {");
byte[] data = getData();
System.out.println(String.format("Got ECU 0x%x", getId()) + " " + data.length);
// System.out.println(String.format("Got ECU 0x%x", getId()) + " " + data.length);
for (int index = 0; index < data.length; index++) {
if (index > 0)