mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
285 stars 54 forks source link

Support new LMIC-integrated pinmap #58

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

Move the pinmap parameter from the constructor to begin(), simplifying things a lot (but breaking older code). This is needed for supporting the LMIC code after the major fix for TCXO support (https://github.com/mcci-catena/arduino-lmic/issues/95).