Unknown symbol CONFIG_AWS_IOT_SEC_TAG (v2.5.1->v2.6.1) in proj.conf

Hi, 

I had previously had a working project that was on the v2.5.1 toolchain sending mqtt messages up to my AWS IOT core. I then created a workspace in v2.6.1 and opened the AWS Iot sample. In the sample, I am no longer able to add CONFIG_AWS_IOT_SEC_TAG, only CONFIG_AWS_IOT_CLIENT_ID_STATIC and CONFIG_AWS_IOT_BROKER_HOST_NAME. I would like to know where i should put the security tag of the certificates now its not letting me in the .conf. 

When building the CONFIG_AWS_IOT_SEC_TAG in the conf, i get 

warning: attempt to assign the value 'XXXXX' to the undefined symbol AWS_IOT_SEC_TAG.

Additionally, if i have the certificates on the device from the certificate manager, do I also need them in the /certs folder in the directory. 

Any help here would be greatly appreciated - have tried looking for anything online and came up empty.

Thanks,

Sam

Related