Error using AzureIotHubClientV2 library

I have created a simple project where I am using AzureIotHubClientV2 library.

It gives me following error when “COMPILING APPLICATION FOR DEBUG”.

cannot open source file “<mbedtls_config.h>” (dependency of “AzureIotHubClientV2.h”)

If I “COMPILING APPLICATION & DEVICE OS” it is working.

Any idears?

Hi there.

Sorry for the troubles. I did a bit of digging on this library and found out that it is a community contributed library and not Particle official.

If you would like, do file a support ticket referencing this library and your concerns, and I can work to try and get you contact information for its author.

Thank you!

I was wondering if the author of the library was responsive? It currently is not compiling due to a lack of a return value in a function. I would update it myself, but I’m not sure how I can edit a referenced library in my project

Hi, welcome to the community :+1:
Here is an example how to add libs manually in WEB IDE:

Best,