today will try this example (in documentaion i didnt noticed that there are Blynk.connect() and Blynk.connectED()) and will tell the results of investiongation:
@vshymanskyy
Thanks for the help. Worked, almost perfectly. There is a small issue with the code trying to catch up with lost actions while trying to reconnect.
I have the timer for the reconnect, and also a timer running every 1000ms blinking the LED. When connection is lost, at some point it tries to reconnect, and it takes a few seconds. When continuing, it rapidly blinks the LED until caught up on time. (see the log below. The timestamps after reconnect is aprox. 50ms instead of 1000. )
I…