Open Khawaja-Usman-Riaz-Sehgal opened 3 years ago
Hi @Khawaja-Usman-Riaz-Sehgal just to be clear here....when you say "Azure-SDK for C" do you mean the Azure SDK for C or the Azure IoT SDK C (which this repo is based off of).
Hi @danewalton, Yes it means Azure IoT SDK C
I'm trying to get my Arduino Nano 33 IoT to connect to Azure IoT hub. I've tried to get the library up and running using the examples from Azure-SDK for C, but when including AzureIoTHub.h I am facing the following error. I have also tried adding
build flags = -DDONT_USE_UPLOADTOBLOB
inplatformio.ini
andplatform.local.txt
to resolve this issue but the error still persists.