mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't disable ADR in arduino-lorawan

terrillmoore opened this issue · comments

Once ADR is tested and working with the library (especially in the US), allow the library to be configured to enable ADR. Perhaps we should read this as a setting from FRAM? Definitely need to have it as a param for ABP, and if rebooting after a join, we should start with the last selected TX power if ABP was selected. May need to coordinate with suitable arduino-lmic changes.