Blynk.connect();
is a blocking command, but only until the timeout is reached. So during this time the board will not respond to any commands.
Blynk.connect();
is a blocking command, but only until the timeout is reached. So during this time the board will not respond to any commands.