Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement for attachments #39

Open
pabloandresm opened this issue Apr 13, 2023 · 3 comments
Open

enhancement for attachments #39

pabloandresm opened this issue Apr 13, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@pabloandresm
Copy link

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

@xreef xreef added the enhancement New feature or request label Apr 16, 2023
@xreef
Copy link
Owner

xreef commented Apr 16, 2023

Hi pabloandresms,
It's true, I already think about that, but I hadn't time. I hope to implement It in the next future.
Bye Renzo

@davidgs
Copy link

davidgs commented Jul 13, 2023

This would be super helpful to have

@syrinx75
Copy link

syrinx75 commented Dec 9, 2023

Hello, it could be good to have attachement from a USB Type A flash drive of the Giga R1. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants