Water Level Horizontal Sensor Esp8266

If you’re going to use deep sleep then you will need to totally restructure your code.
You need to break all of the regular Blynk rules, don’t use timers, and put everything in your void setup.

Here’s a good example of how to structure your Blynk code for deep sleep…

Pete.