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:
parent
9a639fc0bc
commit
42b06aa27f
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue