Skip to content

Commit

Permalink
Jan 18, 2022 - ver 8.9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jameszah authored Jan 18, 2022
1 parent 25f8057 commit 87c9ffa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

<h2> Description </h2>

Expand Down

0 comments on commit 87c9ffa

Please # to comment.