From f7cfa5eb1c52075b8f3e49aafae1e75c5e22e4a3 Mon Sep 17 00:00:00 2001 From: SRGDamia1 Date: Thu, 10 May 2018 12:20:29 -0400 Subject: [PATCH] Tiny debug change --- src/TinyGsmClientXBee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientXBee.h b/src/TinyGsmClientXBee.h index 622944a..650b4c4 100644 --- a/src/TinyGsmClientXBee.h +++ b/src/TinyGsmClientXBee.h @@ -757,7 +757,7 @@ public: // Default guard time is 1s, but the init fxn decreases it to 250 ms delay(guardTime); streamWrite(GF("+++")); // enter command mode - DBG("\r\n+++"); + DBG("+++"); success = (1 == waitResponse(guardTime*2)); triesMade ++; }