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

@@ -341,7 +341,7 @@ public:
if (res == GF("0")) {
return true;
}
delay(1000);
delay(250);
}
return false;
}