Skip to content

Commit

Permalink
Merge pull request #338 from cedricberger/cece
Browse files Browse the repository at this point in the history
accept ELM327 v1.3
  • Loading branch information
fesch committed Apr 24, 2016
2 parents b191867 + 39904d2 commit 77e574a
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 77e574a

Please sign in to comment.