adjust for ring buffer consideration

This commit is contained in:
Pritimay Sarkar
2023-08-05 10:38:52 +05:30
parent 5524f135ff
commit 45aecc658e

View File

@@ -30,7 +30,7 @@ void loop() {
resultCommand.trim(); // remove any \r \n whitespace at the end of the String
if (resultCommand == "R") {
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);
}