Make sketch`s work more faster when no internet connection with Blynk

Hi @Pacer

Depending on you need for speed… maybe you could use
Blynk.connect(timeout)

  • with a suitable timeout (in milliseconds) ?

Then you don’t have that long a timeout (I saw mentioned somwhere that the default connect-timeout is 30 seconds).