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 34a52e4 commit f8756e9Copy full SHA for f8756e9
src/CatM1ConnectionHandler.cpp
@@ -74,7 +74,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleInit()
74
_settings.catm1.band))
75
{
76
Debug.print(DBG_ERROR, F("The board was not able to register to the network..."));
77
- return NetworkConnectionState::ERROR;
+ return NetworkConnectionState::DISCONNECTED;
78
}
79
return NetworkConnectionState::CONNECTING;
80
0 commit comments