Changed initialization order to enable Mega 2560 users to connect more reliably
This commit is contained in:
parent
00fbfefd12
commit
8562260f00
1 changed files with 3 additions and 3 deletions
|
|
@ -274,9 +274,9 @@ inline void get_command()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else if(strstr(cmdbuffer[bufindw], "M105") != NULL){
|
// else if(strstr(cmdbuffer[bufindw], "M105") != NULL){
|
||||||
Serial.println("ok");
|
// Serial.println("ok");
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue