From fddf65eabc8e6bf998a0e76bc053320b8fed3552 Mon Sep 17 00:00:00 2001 From: SRGDamia1 Date: Tue, 20 Feb 2018 22:54:46 -0500 Subject: [PATCH] Added L --- src/TinyGsmClientXBee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientXBee.h b/src/TinyGsmClientXBee.h index f7b27ce..60be866 100644 --- a/src/TinyGsmClientXBee.h +++ b/src/TinyGsmClientXBee.h @@ -586,7 +586,7 @@ private: bool gotIP = false; // XBee's require a numeric IP address for connection, but do provide the // functionality to look up the IP address from a fully qualified domain name - while (!gotIP && millis() - startMillis < 60000) // the lookup can take a while + while (!gotIP && millis() - startMillis < 45000L) // the lookup can take a while { sendAT(GF("LA"), host); while (stream.available() < 4) {}; // wait for any response