mcci-catena / arduino-lorawan

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

Need to be able to set transmission port number #81

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

No idea why, but I hard-coded the port number in Arduino_LoRaWAN::SendBuffer. I think the proper fix is to add a parameter port that defaults to 1 if not specified.