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've seen a post somewhere that the upload_to_blob has been removed on purpose, so I am wondering if it is coming back, or it is gone for a reason? I see azure_sdk_for_c Azure/azure-sdk-for-c#1960 is just adding it back. Does that mean it will return here? Or these are unrelated?
The text was updated successfully, but these errors were encountered:
Here is my program that send blobs to IOTHub -- they are jpeg pictures from an ESP32-CAM sent to blob storage for analysis at the Azure function or app level, and archive. Upload_to_blob would be a nice feature in the regular library.
Hi, followup to previous question: #135
(I'm using normal Arduino IDE with esp32 module)
I have been using the IOTHub upload_to_blob functionality, which seems to have been removed from the library.
I got these old files installed in my Arduino libraries to make it work: (the current v1.6.0 system plus these old files from 3 years ago)
https://github.com/Azure/azure-iot-arduino/blob/jbobotek-patch-1/src/blob.c
C:\ArduinoPortable\arduino-1.8.13\portable\sketchbook\libraries\AzureIoTHub\src\blob.c
https://github.com/Azure/azure-iot-arduino/blob/jbobotek-patch-1/src/blob.h
C:\ArduinoPortable\arduino-1.8.13\portable\sketchbook\libraries\AzureIoTHub\src\internal\blob.h
I've seen a post somewhere that the upload_to_blob has been removed on purpose, so I am wondering if it is coming back, or it is gone for a reason? I see azure_sdk_for_c Azure/azure-sdk-for-c#1960 is just adding it back. Does that mean it will return here? Or these are unrelated?
The text was updated successfully, but these errors were encountered: