From 30f09b242980c907d3e08962e951f81081b8f1fe Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Thu, 16 Jan 2020 15:28:26 -0500 Subject: [PATCH] Fix debug print Signed-off-by: Sara Damiano --- src/TinyGsmClientSaraR4.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/TinyGsmClientSaraR4.h b/src/TinyGsmClientSaraR4.h index 4440617..b26dba9 100644 --- a/src/TinyGsmClientSaraR4.h +++ b/src/TinyGsmClientSaraR4.h @@ -636,8 +636,7 @@ protected: // NOT supported on SARA-R404M / SARA-R410M-01B if (supportsAsyncSockets) { DBG("### Opening socket asynchronously! Socket cannot be used until " - "arrival of +UUSOCO: ", - mux); + "the URC '+UUSOCO' appears."); sendAT(GF("+USOCO="), *mux, ",\"", host, "\",", port, ",1"); if (waitResponse(timeout_ms, GF(GSM_NL "+UUSOCO: ")) == 1) { stream.readStringUntil(',').toInt(); // skip repeated mux