Skip to content

Commit

Permalink
accept ELM327 v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Berger authored and cedricberger committed Apr 24, 2016
1 parent b191867 commit 39904d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/lu/fisch/canze/devices/ELM327.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 39904d2

Please sign in to comment.