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
First of all. Congrats for your work.
I’m not sure if this is the right place to put this comment.
I am using your base64 code to convert image from esp32-cam to base64 code. Publish to MQTT. But I failed.
Serial.println (imageFile);
I see base64 code
When Publish "imageFile" on it is empty
I hope you can help me how to do it.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Hi,
First of all. Congrats for your work.
I’m not sure if this is the right place to put this comment.
I am using your base64 code to convert image from esp32-cam to base64 code. Publish to MQTT. But I failed.
Serial.println (imageFile);
I see base64 code
When Publish "imageFile" on it is empty
I hope you can help me how to do it.
Thank you for your time.
The text was updated successfully, but these errors were encountered: