How to enable aplication module i.e ql-application in EC200U sdk

i am trying to enable LWM2M ql-application module in EC200 sdk but dont know how to do it

Hi @shadababe04
To enable the LwM2M demo, you can go into components\ql-application\init\ql_init.c and search for ql_m2m_app_init(). And then uncomment that line.
Make sure you’ve enabled the LwM2M function beforehand.