Universal-Arduino-Telegram-Bot
Universal-Arduino-Telegram-Bot copied to clipboard
Fix for big photos from esp32 cam. Split the buffer into chunks 512b
split the buffer into chunks 512b for big buffers (example for framebuffer higher resolution photos (>320x240))
It fix work for this lib example: ESP32->Send photo->ESP32-Cam.
If change photo resolution to biggest 320x240 (in camera_code.h comment line 's->set_framesize(s, FRAMESIZE_QVGA); ' ),
photo not sent.
That's a great fix