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

remove redundant call to UpdateFCntDown() #91

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

It's called on every entry to the event function. No need to call it anywhere else.