Skip to content

Commit

Permalink
fixed firmware version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Dec 5, 2014
1 parent b74e73b commit 8d6bcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnc_ctrl_v1/cnc_ctrl_v1.ino
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void loop(){
}

if(readString.substring(0, 3) == "G20"){
Serial.println("Inches Set");
#Serial.println("Inches Set");

This comment has been minimized.

Copy link
@oidan

oidan Dec 5, 2014

oops! this won't compile. Is that a bit of python slipping in there? :)

unitScalor = 20; //there are 20 rotations per inch
Serial.println("gready");
readString = "";
Expand Down Expand Up @@ -253,7 +253,7 @@ void loop(){
}

if(readString.substring(0, 3) == "B05"){
Serial.println("Firmware Version .56");
Serial.println("Firmware Version .57");
Serial.println("gready");
}

Expand Down

0 comments on commit 8d6bcab

Please sign in to comment.