Enable LWM2M module in EC200 SDK

How to enable lwm2m module in EC200 sdk(firmware). In cmake its reprent as #cmakedefine QL_APP_FEATURE_LWM2M . how to enable it

Hi @shadababe04,
You can enable this feature in the target.config of the module project. For example, if you’re using our EC200U-CNAA module, you should go into components\ql-config\build\EC200UCN_AA\8915DM_cat1_open\target.config and append the following line:

components\ql-config\build\EC200UCN_AA\8915DM_cat1_open\target.config

After that, clean build file and rebuild the project using the “new” option. Then you should be good to go.
Feel free to ask if you have other questions!