-
Notifications
You must be signed in to change notification settings - Fork 95
blob.h is missing #123
Comments
You may need to configure the board library. Instructions are in the readme for this repo. Follow step 5 or 6 under "Simple Sample Instructions" for ESP8266 or ESP32. |
hello @peter-bloomfield, I checked out this same issue ( opened ) so I rechecked all Instructions as asked in the readMe but Yaa still error is the same. @rezaneam if you solved out then point out here what we are missing |
@SS-iot-devoted build_flags = -DDONT_USE_UPLOADTOBLOB -DUSE_BALTIMORE_CERT -DUSE_MBEDTLS |
In which file you add these flags ?? in platform.local.txt or in platform.txt |
@SS-iot-devoted As I mentioned I am using PlatformIO. So I can configure the build in the platformio.ini file. |
In iothub_client_ll_uploadtoblob.c we are including #include "internal/blob.h" while the header file doesn't exist.
The text was updated successfully, but these errors were encountered: