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).
Hi @Pacer
Depending on you need for speed… maybe you could use
Blynk.connect(timeout)
Then you don’t have that long a timeout (I saw mentioned somwhere that the default connect-timeout is 30 seconds).