adding \r after R00

pull/26/head
TimEvWw 2015-04-08 21:09:08 -01:00
parent 21bdf9f174
commit 38480c7ab9
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void loop() {
if ((currentTime - lastAction) > 5000) {
// After an idle time, send the idle message
Serial.print("R00\n");
Serial.print("R00\r\n");
lastAction = millis();
}
}