This commit is contained in:
Sara Damiano
2019-05-20 12:38:37 -04:00
parent 9201cbde86
commit db456b5345
7 changed files with 22 additions and 15 deletions

View File

@@ -374,7 +374,7 @@ TINY_GSM_MODEM_WAIT_FOR_NETWORK()
}
// Check that we have a local IP address
if (localIP() != 0) {
if (localIP() != IPAddress(0,0,0,0)) {
return true;
}