Skip to content

Commit

Permalink
added Smoothie board support
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevy committed Apr 19, 2018
1 parent eea8027 commit 3230f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static Boolean isGrblVersionString(final String response) {
}

public static Boolean isSmoothieBoard(final String response){
return response.toLowerCase().startsWith("Smoothie");
return response.toLowerCase().startsWith("smoothie");
}

private final static String VERSION_DOUBLE_REGEX = "[0-9]*\\.[0-9]*";
Expand Down

0 comments on commit 3230f09

Please sign in to comment.