se-identity.h
I have a node connected to a gateway and a chirpstack server. I decided I want to understand a few topics. So I went into the above file and changed the EUI from a working 80,00,00,00,00,00,00,06 to below.
#define LORAWAN_JOIN_EUI A0,01,B0,02,C0,03,D0,04I rebuild code and the node still works with the network server which has listed the 80....EUI number.
I am running the node as OTAA but cannot understand why the new EUI won't take. Can someone please explain how to make this work?