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 e171dbf commit 0f0f4a4Copy full SHA for 0f0f4a4
src/CellularConnectionHandler.cpp
@@ -63,7 +63,7 @@ NetworkConnectionState CellularConnectionHandler::update_handleInit()
63
return NetworkConnectionState::ERROR;
64
}
65
66
- if (!_cellular.connect(String(_settings.cell.apn), String(_settings.cell.login), String(_settings.cell.pass))) {
+ if (!_cellular.connect(String(_settings.cell.apn), String(_settings.cell.login), String(_settings.cell.pass), false)) {
67
Debug.print(DBG_ERROR, F("The board was not able to register to the network..."));
68
69
0 commit comments