Fix waitForNetwork

This commit is contained in:
Volodymyr Shymanskyy
2016-12-16 20:01:37 +02:00
parent 6f74efd9a2
commit 200681293a

View File

@@ -339,10 +339,12 @@ public:
RegStatus s = getRegistrationStatus();
if (s == REG_OK_HOME || s == REG_OK_ROAMING) {
return true;
} else if (s == REG_UNREGISTERED) {
return false;
}
delay(1000);
}
return true;
return false;
}
/*