Skip to content

Commit f8756e9

Browse files
committed
catM1: connect or die retrying
1 parent 34a52e4 commit f8756e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CatM1ConnectionHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleInit()
7474
_settings.catm1.band))
7575
{
7676
Debug.print(DBG_ERROR, F("The board was not able to register to the network..."));
77-
return NetworkConnectionState::ERROR;
77+
return NetworkConnectionState::DISCONNECTED;
7878
}
7979
return NetworkConnectionState::CONNECTING;
8080
}

0 commit comments

Comments
 (0)