You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
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 in platformio.ini and platform.local.txt to resolve this issue but the error still persists.
/home/travis/Arduino/libraries/AzureIoTHub/src/iothub_client_ll_uploadtoblob.c:26:10: fatal error: internal/blob.h: No such file or directory
#include "internal/blob.h"
compilation terminated.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: