diff --git a/app/src/main/java/lu/fisch/canze/devices/ELM327.java b/app/src/main/java/lu/fisch/canze/devices/ELM327.java index 17801a9b..0ccc63f1 100644 --- a/app/src/main/java/lu/fisch/canze/devices/ELM327.java +++ b/app/src/main/java/lu/fisch/canze/devices/ELM327.java @@ -277,6 +277,9 @@ else if (toughness == 1) { if (toughness == 0 ) { switch (elmVersion) { + case 13: + if (timeoutLogLevel >= 1) MainActivity.toast("ELM ready, version 1.3, should work"); + break; case 14: if (timeoutLogLevel >= 1) MainActivity.toast("ELM ready, version 1.4, should work"); break;