Increasing Timeout value - consequence?

Hi,

I’ve increase the Timeout value (BLYNK_TIMEOUT_MS) at BlynkConfig.h file to solve my ongoing network high latency (current trying to fix this) but for the meantime, I increase the TIMEOUT value and seems to fix my Cayenne connection from timing out. Is there any consequence on changing this value?

Thanks,
Andrew

I’m actually not sure. @jburhenn any thoughts here?

-B

Yes, it should be fine to increase BLYNK_TIMEOUT_MS. For instance, the BlynkSimpleWifi.h header increases that value as a fix for the WiFi shield.

1 Like

@drewacs, so yeah, should be fine :slight_smile:
-B

Thanks! Much appreciated! :smiley: