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:
22:e1d3971fd902
Parent:
18:c328c1a97f90
--- a/Blynk/BlynkApi.h	Thu Dec 21 14:34:46 2017 +0200
+++ b/Blynk/BlynkApi.h	Fri Jan 26 22:18:19 2018 +0000
@@ -25,11 +25,13 @@
 /**
  * Represents high-level functions of Blynk
  */
+ 
 template <class Proto>
 class BlynkApi
 {
 public:
     BlynkApi() {
+        BlynkSystemInit();
     }
 
 #ifdef DOXYGEN // These API here are only for the documentation