Skip to content

Commit

Permalink
Remove "TLE5206-release firmware" from sketch startup.
Browse files Browse the repository at this point in the history
This was useful before merging to the master, no longer needed.
  • Loading branch information
blurfl committed May 14, 2018
1 parent a40988e commit 450bbb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cnc_ctrl_v1/cnc_ctrl_v1.ino
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ void setup(){
Serial.print(getPCBVersion());
if (TLE5206 == true) { Serial.print(F(" TLE5206 ")); }
Serial.println(F(" Detected"));
Serial.println(F("TLE5206-release firmware"));
sys.inchesToMMConversion = 1;
settingsLoadFromEEprom();
setupAxes();
Expand Down

0 comments on commit 450bbb9

Please sign in to comment.