We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6531063 commit 90b3e2aCopy full SHA for 90b3e2a
src/ArduinoCellular.cpp
@@ -214,7 +214,7 @@ bool ArduinoCellular::awaitNetworkRegistration(){
214
if(this->debugStream != nullptr){
215
this->debugStream->println("Waiting for network registration...");
216
}
217
- while (!modem.waitForNetwork()) {
+ while (!modem.waitForNetwork(20000L)) {
218
219
this->debugStream->print(".");
220
0 commit comments