Added isNetworkConnected for ESP8266

Also shorted time between checks in "isNetworkConnected" for all modems
This commit is contained in:
SRGDamia1
2017-10-12 15:48:07 -04:00
parent d6b5d7d5eb
commit f7bf8b1df2
16 changed files with 18 additions and 17 deletions

View File

@@ -372,7 +372,7 @@ public:
if (isNetworkConnected()) {
return true;
}
delay(500);
delay(250);
}
return false;
}