Changed initialization order to enable Mega 2560 users to connect more reliably

This commit is contained in:
kliment 2011-03-28 18:20:55 +02:00
parent 00fbfefd12
commit 8562260f00

View file

@ -274,9 +274,9 @@ inline void get_command()
}
}
else if(strstr(cmdbuffer[bufindw], "M105") != NULL){
Serial.println("ok");
}
// else if(strstr(cmdbuffer[bufindw], "M105") != NULL){
// Serial.println("ok");
// }