From e4716cabc4041240808b33433fc930fd8ba59601 Mon Sep 17 00:00:00 2001 From: SRGDamia1 Date: Sun, 9 Apr 2017 14:31:25 -0400 Subject: [PATCH] DBG --- TinyGsmClientXBee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyGsmClientXBee.h b/TinyGsmClientXBee.h index c3d8031..a5cf2ac 100644 --- a/TinyGsmClientXBee.h +++ b/TinyGsmClientXBee.h @@ -537,7 +537,7 @@ private: bool commandMode(void){ delay(1000); // cannot send anything for 1 second before entering command mode streamWrite(GF("+++")); // enter command mode - DBG("+++\r\n"); + DBG("\r\n+++\r\n"); waitResponse(1100); return 1 == waitResponse(1100); // wait another second for an "OK\r" }