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:
2:c5b857d4f9f6
Parent:
0:58b20b438383
Child:
7:8879692d4e6c
--- a/Blynk/BlynkConfig.h	Sat May 07 08:09:44 2016 +0000
+++ b/Blynk/BlynkConfig.h	Fri Jun 24 00:58:58 2016 +0300
@@ -25,7 +25,7 @@
  * Professional settings
  ***************************************************/
 // Library version.
-#define BLYNK_VERSION        "0.3.5-beta"
+#define BLYNK_VERSION        "0.3.7"
 
 // Heartbeat period in seconds.
 #ifndef BLYNK_HEARTBEAT
@@ -61,6 +61,9 @@
 // Uncomment to enable debug prints.
 //#define BLYNK_DEBUG
 
+// Uncomment to force-enable 128 virtual pins
+//#define BLYNK_USE_128_VPINS
+
 // Uncomment to enable experimental functions.
 //#define BLYNK_EXPERIMENTAL