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
If provisioning style is kNone, this->NetBegin() will fail. But this leaves the LMIC enabled, so if the user tries to send, the LMIC will start trying to join (with invalid credentials). This is at least confusing and at worst mystifying.
We should call LMIC_shutdown() if NetBegin() fails. This should cause TXs to bounce.
The text was updated successfully, but these errors were encountered:
If provisioning style is kNone, this->NetBegin() will fail. But this leaves the LMIC enabled, so if the user tries to send, the LMIC will start trying to join (with invalid credentials). This is at least confusing and at worst mystifying.
We should call
LMIC_shutdown()
if NetBegin() fails. This should cause TXs to bounce.The text was updated successfully, but these errors were encountered: