forked from things-nyc/arduino-lmic
-
Couldn't load subscription status.
- Fork 226
Closed
Labels
Description
Calling LMIC_clrTxData at the wrong point in a join cycle can clobber the join. Don't clear TXRXPEND unless it's due to the TXDATA bit being set. This causes #445, because the compliance sketch was lucky enough to call at the wrong time.