ESP32-CAM + Blynk: Device won't connect

Here’s another useful tips :

1- when you use blynk IOT, make sure that you are using the latest version of blynk library which is 1.0.1.

2- you should add " BLYNK_TEMPLATE_ID " and " BLYNK_DEVICE_NAME " on top of your sketch, above anything.

3- blynk.notify, blynk.email, and blynk.sms has been replaced with blynk.logEvent.

4- you should always keep your void loop as clean as possible, read this article

5-

I recommend you to read this article