Work on LPC824. Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc. http://www.blynk.cc/

Dependents:   ESP8266BlynkWeatherStation TEST123

Fork of Blynk by Volodymyr Shymanskyy

Revision:
2:1538810a5d87
Parent:
0:58b20b438383
--- a/Blynk/BlynkConfig.h	Sat May 07 08:09:44 2016 +0000
+++ b/Blynk/BlynkConfig.h	Thu Jun 16 08:06:28 2016 +0000
@@ -34,7 +34,7 @@
 
 // Network timeout in milliseconds.
 #ifndef BLYNK_TIMEOUT_MS
-#define BLYNK_TIMEOUT_MS     2000UL
+#define BLYNK_TIMEOUT_MS     5000UL
 #endif
 
 // Limit the amount of outgoing commands.