BugerDread / esp32-mjpeg-ipcam

Turn ESP32-CAM into mjpeg IP camera
28 stars 8 forks source link

Reconnect to wifi if connection dropped #1

Closed Karolis92 closed 4 years ago

Karolis92 commented 4 years ago

Hi, I found your code good fit for what I need, but noticed cam does not reconnect to WiFi if connection is lost for some reason (i.e. router reboot) Managed to solve that by moving around some code and if-else statement :)

Karolis92 commented 4 years ago

I think this needs more testing, as still not all cases seems to works after disconnect ;/