Browse Source

Added L

v_master
SRGDamia1 7 years ago
parent
commit
fddf65eabc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientXBee.h

+ 1
- 1
src/TinyGsmClientXBee.h View File

@ -586,7 +586,7 @@ private:
bool gotIP = false; bool gotIP = false;
// XBee's require a numeric IP address for connection, but do provide the // 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 // 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); sendAT(GF("LA"), host);
while (stream.available() < 4) {}; // wait for any response while (stream.available() < 4) {}; // wait for any response


Loading…
Cancel
Save