mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Added isNetworkConnected for ESP8266
Also shorted time between checks in "isNetworkConnected" for all modems
This commit is contained in:
@@ -367,7 +367,7 @@ public:
|
||||
if (isNetworkConnected()) {
|
||||
return true;
|
||||
}
|
||||
delay(500);
|
||||
delay(250);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user