Hi, I've built OK the Lwm2mExampleClient project and flashed OK my XDK 110. To register my new client to an IOT platform, I would need to use a config.txt; does someone has an example of this file? (FYI- workbench 3.2 - last config.txt which I used OK does not work in workbench 3.7)
Solved! Go to Solution.
Hello cbaila
Lwm2mExampleClient project doesn't have config.txt file option. Instead you can do configuration in "AppController.h" file under source folder.
Thank you!