We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab364ac commit b800fbbCopy full SHA for b800fbb
src/CatM1ConnectionHandler.cpp
@@ -67,7 +67,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleConnecting()
67
if(!GSM.begin(_pin, _apn, _login, _pass, _rat, _band))
68
{
69
Debug.print(DBG_ERROR, F("The board was not able to register to the network..."));
70
- return NetworkConnectionState::ERROR;
+ return NetworkConnectionState::DISCONNECTED;
71
}
72
Debug.print(DBG_INFO, F("Connected to Network"));
73
return NetworkConnectionState::CONNECTED;
0 commit comments