ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931
stars
214
forks
source link
Memory allocation failure when trying to send emails #268
[18:37:53.916 checkMemory] Free: heap 67268, block: 36852, pSRAM 1595023
[18:37:53.918 ERROR @ smtp.cpp:88] Could not connect to mail server smtp.gmail.com on port 465: X509 - Allocation of memory failed
[18:37:53.931 WARN emailTask] Failed to send email
Here's what shown in the log...
[18:37:53.916 checkMemory] Free: heap 67268, block: 36852, pSRAM 1595023 [18:37:53.918 ERROR @ smtp.cpp:88] Could not connect to mail server smtp.gmail.com on port 465: X509 - Allocation of memory failed [18:37:53.931 WARN emailTask] Failed to send email
Any workaround is appreciated Thanks