adjust for ring buffer consideration
This commit is contained in:
@@ -30,7 +30,7 @@ void loop() {
|
|||||||
resultCommand.trim(); // remove any \r \n whitespace at the end of the String
|
resultCommand.trim(); // remove any \r \n whitespace at the end of the String
|
||||||
if (resultCommand == "R") {
|
if (resultCommand == "R") {
|
||||||
delay(3000);
|
delay(3000);
|
||||||
Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12");
|
Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12 REND");
|
||||||
delay(15000);
|
delay(15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user