From 87c9ffa764ef58648e143ca038c49ba51b8964bf Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:42:20 -0700 Subject: [PATCH] Jan 18, 2022 - ver 8.9 Jan 18, 2022 ver 8.9 - updates from Arduino 1.8.19 - return from void problem re-runs the function if you dont do a return ??? https://stackoverflow.com/questions/22742581/warning-control-reaches-end-of-non-void-function-wreturn-type - updates for esp32-arduino 2.0.2 - bug with 2.0.2 handshake timeout - added timeout resets in this file as a workaround https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/270#issuecomment-1003795884 - updates for esp32-arduino 2.0.2 - esp-camera seems to have changed to fill all free fb buffers in sequence, so must empty them to get a snapshot --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df037b..9c23789 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # ESP32-CAM-Video-Telegram Record avi video on ESP32-CAM and send to Telegram on event or request -Jan 12, 2022 - this used esp32-arduino 1.06 ... changes for esp32-arduino 2.02 coming shortly +Jan 17, 2022 + +ESP32-CAM-Video-Telegram_8.8x.ino works with Arduino 1.8.13 and esp32-arduino 1.60 +ESP32-CAM-Video-Telegram_8.9x.ino works with Arduino 1.8.19 and esp32-arduino 2.0.2

Description