Azure / azure-iot-arduino

Azure IoT library for the Arduino
Other
167 stars 96 forks source link

mbedtls/config.h: No such file or directory #103

Closed avinash-phaniraj-readify closed 4 years ago

avinash-phaniraj-readify commented 4 years ago

I also ran into AzureIoTSocket_WiFi library is missing that was reported. Additionally, I ran into compile errors with :

mbedtls/config.h: No such file or directory

I use a generic Arduino Uno board with ESP 8266.

Any advise will be great. Thanks, \A

khushvir commented 4 years ago

I am also facing the same issue using NodeMcu

mbedtls/config.h: No such file or directory

Kindly help

khushvir commented 4 years ago

Solved... Just follow the steps.

https://github.com/Azure/azure-iot-arduino#sparkfun-thing-adafruit-feather-huzzah-or-generic-esp8266-board

moustafabessar commented 3 years ago

Also it gives me that error when I run ssl_client.c on vs code