Skip to content

joinABP not working since library update from 1.0.14 to 1.0.15 #85

@wapel

Description

@wapel

Using this command in my sketch on MKR1310:
Firmware: 1.2.1

  connected = modem.joinABP(devAddr, nwkSKey, appSKey);
  
  if (!connected) {
    if(debug)Serial.println("Lora ABP Connection failed !");
    while (1) {}
  } else {
    if(debug)Serial.println("Connected successful !");
  }

The "joinABP" is not working anymore since library update from 1.0.14 to 1.0.15
Perhaps the additional "sendAT()" is a problem ?
Thanks for help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions