jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
443 stars 101 forks source link

Thanks for your sharing. #53

Closed fustyles closed 2 years ago

fustyles commented 3 years ago

I had modified your code. I fondly anticipate your reply. Thank you very much. https://github.com/fustyles/Arduino/blob/master/ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior-Page.ino

https://www.youtube.com/watch?v=k7DqiOUUE2A

I found the bug below. cname.toCharArray(devname, cname.length()); modify to cname.toCharArray(devname, cname.length() + 1);

jameszah commented 3 years ago

Thanks -- which file is that problem? It seems to have been corrected here, but not in other/older versions.

https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/blob/e10ab295d0f1bc21420b5162787cbd528820498b/ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino#L589