Did you look in our examples? You can’t do Blynk.virtualWrite
in loop. This creates high load on microcontroller, especially ESP and makes it reboot. Recommended way is to use timer with required interval.
1 Like