Added isNetworkConnected for ESP8266
Also shorted time between checks in "isNetworkConnected" for all modems
This commit is contained in:
@@ -341,7 +341,7 @@ public:
|
||||
if (res == GF("0")) {
|
||||
return true;
|
||||
}
|
||||
delay(1000);
|
||||
delay(250);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user