[LoRaWAN] Fix activateABP()
This commit is contained in:
parent
43fb48a267
commit
f2f47e088a
1 changed files with 2 additions and 0 deletions
|
@ -832,6 +832,8 @@ int16_t LoRaWANNode::activateABP(bool force, uint8_t initialDr) {
|
|||
LoRaWANNode::hton<uint32_t>(&this->bufferSession[RADIOLIB_LW_SESSION_HOMENET_ID], this->homeNetId);
|
||||
LoRaWANNode::hton<uint8_t>(&this->bufferSession[RADIOLIB_LW_SESSION_VERSION], this->rev);
|
||||
|
||||
this->isActive = true;
|
||||
|
||||
return(RADIOLIB_LORAWAN_NEW_SESSION);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue