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

Fix to #85 wasn't complete #87

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

I didn't think to do a horizontal search on m_fTxPending -- there were several places that were manipulating it. Ugh. Finish fixing it.

Symptom of this is that the first TX never gets a completion callback.