Keep loop going while device lost connection to Wifi

Hello guys,

I am fairly new to the Blynk Community. I just connected the ESP32 that controls the LEDs in my room to Blynk and it’s working fine so that’s great. The Neopixels are being updated every 10ms via a Blynk Timer. I can also turn them on and off via a touch sensor.

Now let’s say the internet connection is interrupted for whatever reason, I couldn’t turn on my lights anymore because the Blynk Timer is being interrupted by the reconnecting routine.

Now to my question, is there a way to just call that reconnect routine let’s say every minute or so, so that I can still update the LEDs, in this case just with the touch sensor?

Thanks in advance,
xCutePoison

This topic might help you

1 Like

Thanks, that helps a lot :slight_smile:

1 Like