TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
108 stars 31 forks source link

FreeRTOS LoRaWAN ADR not configurable #201

Open mcserved opened 3 years ago

mcserved commented 3 years ago

Summary:

Whilst a variable exist in the FreeRTOS LoRaWAN application to change the ADR it doesn't function as the ADR will be turned on regardless.

Steps to Reproduce:

  1. Set ADR var to 0.
  2. See (on The Things Stack or UART output) the changes of the used data rate.

What do you see now?

No ADR configurability

What do you want to see instead?

ADR configurable by altering the ADR variable

How do you propose to implement this?

This sequence seem to be the issue. It can probably be removed.

Environment:

FreeRTOS

What can you do yourself and what do you need help with?

All