You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug.print(DBG_ERROR, F("Something went wrong; are you indoor? Move near a window, then reset and retry."));
108
108
return NetworkConnectionState::ERROR;
109
+
}
110
+
// Set channelmask based on configuration
111
+
if (_channelMask) {
112
+
_modem.sendMask(_channelMask);
109
113
}
110
114
//A delay is required between _modem.begin(band) and _modem.joinOTAA(appeui, appkey) in order to let the chip to be correctly initialized before the connection attempt
0 commit comments