LoRaMac-node
LoRaMac-node copied to clipboard
How to know Compliant tests are running? no more IsRunning flag into LmhpbCompliance.c file
I updated 4.4.7 stack to 4.7.0 to permit to use AS923 region. (some 4.4.7 issues with AS923). I success to integrate 4.7.0 into our project (devnonce is saved into nvm).
I need to integrate LCTT part too into our application code but i need a flag into our application code to know if we are running LCTT tests, but flag isrunning didn't exist anymore.
This flag is useful for example : not sending frames or rejoins with our application code.
How could i know lctt tests are running without IsRunning flag?