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

Night time issue #75

Open monroed11 opened 1 year ago

monroed11 commented 1 year ago

Hi,

I uncommented the last line of code //nightTime = isNight(nightSwitch); . No issues when switching to "night time" but not returning to day time or 'lightLevel > nightSwitch'. I am experiencing an issue saying core 1 panic'ed after a file is saved. Is this part not yet finished? I am using your V60 by the way.