TheThingsIndustries / generic-node-se

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

app,lib: Add configurable transmisison intervals #216

Closed mcserved closed 2 years ago

mcserved commented 2 years ago

Summary:

Adds configurable transmission intervals via downlinks. Closes #208.

Changes:

Notes for Reviewers:

TTN default variables are in hex, data is read out as decimal so be mindful what you transmit.

elsalahy commented 2 years ago

This change seems to break battery voltage reporting, @marnixcro do you face the same issue on your node?

mcserved commented 2 years ago

This change seems to break battery voltage reporting, @marnixcro do you face the same issue on your node?

I got it to yes, made a mistake before pushing. I fixed it by reversing the order of the (de)initialisation of the busses. It should work now.