Skip to content

Commit 87c9ffa

Browse files
authored
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 witnessmenow/Universal-Arduino-Telegram-Bot#270 (comment) - 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
1 parent 25f8057 commit 87c9ffa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# ESP32-CAM-Video-Telegram
22
Record avi video on ESP32-CAM and send to Telegram on event or request
33

4-
Jan 12, 2022 - this used esp32-arduino 1.06 ... changes for esp32-arduino 2.02 coming shortly
4+
Jan 17, 2022
5+
6+
ESP32-CAM-Video-Telegram_8.8x.ino works with Arduino 1.8.13 and esp32-arduino 1.60
7+
ESP32-CAM-Video-Telegram_8.9x.ino works with Arduino 1.8.19 and esp32-arduino 2.0.2
58

69
<h2> Description </h2>
710

0 commit comments

Comments
 (0)