Hi,
SDK 0.4.0 simple_mqtt project
Modem mfwnrf916007029alpha
I want to write an unique 4 bytes ID into each nRF9160 via nrfjprog.
So that, I can set subscription topic according this ID.
I can write the ID via "nrfjprog --memwr 0x00ff8000 --val 0xaabbccdd" command.
How to read this ID back in the mqtt project main.c?
Thanks for help.