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
I was looking for a way to add as attachment a binary blob, but the blob is in memory, not in SPIFFS nor FFat nor LittleFS nor SDCARD.
To be more precise, the image is in PSRAM, so I was looking for a way to add a binary blob image type "image/jpg" directly from "uint8_t* address" and "int length".
Is this library capable of doing that? Maybe I missed it. Otherwise it would be a nice enhancement.
Thanks
The text was updated successfully, but these errors were encountered:
I was looking for a way to add as attachment a binary blob, but the blob is in memory, not in SPIFFS nor FFat nor LittleFS nor SDCARD.
To be more precise, the image is in PSRAM, so I was looking for a way to add a binary blob image type "image/jpg" directly from "uint8_t* address" and "int length".
Is this library capable of doing that? Maybe I missed it. Otherwise it would be a nice enhancement.
Thanks
The text was updated successfully, but these errors were encountered: