gfroerli / firmware

Firmware for the water temperature sensor project
GNU General Public License v3.0
6 stars 1 forks source link

DEV_EUI vs HW_EUI #14

Closed rnestler closed 3 years ago

rnestler commented 6 years ago

Currently we hardcode a DEV_EUI and set it during initOTAA(). But the DEV_EUI should actually be equal to the HW_EUI which we can read from the device.

We should test what happens if we don't set the DEV_EUI.

rnestler commented 6 years ago

A first try with just commenting out the setting of DEV_EUI seemed to not break the joining of the device.

dbrgn commented 3 years ago

This is obsolete, since we now use ABP and never hardcode the DevEUI.