tune via CAN #3361

looks like a bug? second single-byte does not work

Got rusEFI 2021.12.04.mre_f4.3386359712  signature via CAN/ELM327
Got null signature via CAN/ELM327
This commit is contained in:
rusefillc 2021-12-04 22:01:10 -05:00
parent 6dc708a1ea
commit 2f772748e6
1 changed files with 3 additions and 0 deletions

View File

@ -21,5 +21,8 @@ public class Elm327Sandbox {
String signature = BinaryProtocol.getSignature(tsStream);
System.out.println("Got " + signature + " signature via CAN/ELM327");
String signature2 = BinaryProtocol.getSignature(tsStream);
System.out.println("Got " + signature2 + " signature via CAN/ELM327");
}
}