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:   Blynk_RBL_BLE_Nano Blynk_MicroBit Blynk_Serial Blynk_RBL_BLE_Nano

Revision:
18:c328c1a97f90
Parent:
15:975b60f7a8ff
--- a/Blynk/BlynkConfig.h	Tue Nov 28 00:44:42 2017 +0200
+++ b/Blynk/BlynkConfig.h	Wed Nov 29 14:05:41 2017 +0200
@@ -37,9 +37,9 @@
 #define BLYNK_TIMEOUT_MS     2000UL
 #endif
 
-// Limit the amount of outgoing commands.
+// Limit the amount of outgoing commands per second.
 #ifndef BLYNK_MSG_LIMIT
-#define BLYNK_MSG_LIMIT      20
+#define BLYNK_MSG_LIMIT      15
 #endif
 
 // Limit the incoming command length.