Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A modem initialized to factory defaults should be implicitly configured to operate in the ABP mode with default session keys. This requires invoking (internal) MLME join to properly initialize the LoRaMac library. This patch modifies the modem to perform the internal join in this corner case. Without this modification, LoRaMac used the wrong application session key until a mode switch (AT+MODE=1 followed by AT+MODE=0) was performed.
- Loading branch information