Closed PPoliakoff closed 1 year ago
Build tool used:
Board used (ESP32):
Other Libraries That are used:
Description of problem: in the code of examples/SMTP/Send_Camera_Image/ESP_Camera/ESP_Camera.ino The variable "config" is defined twice:
camera_config_t config; Session_Config config;
This cause a compile error.
Share code snippet to reproduce the issue:
PASTE .cpp / .ino code here
Additional information and things you've tried:
Thanks for reporting this. I will fix and update.
Now it fixed already. https://github.com/mobizt/ESP-Mail-Client/tree/master/examples/SMTP/Send_Camera_Image/ESP_Camera
Build tool used:
Board used (ESP32):
Other Libraries That are used:
Description of problem: in the code of examples/SMTP/Send_Camera_Image/ESP_Camera/ESP_Camera.ino The variable "config" is defined twice:
This cause a compile error.
Share code snippet to reproduce the issue:
Additional information and things you've tried: