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:
12:787e0f06e047
Parent:
11:991ded8c9703
Child:
15:975b60f7a8ff
--- a/utility/BlynkDebug.cpp	Thu Jan 12 02:17:20 2017 +0200
+++ b/utility/BlynkDebug.cpp	Thu Jan 12 02:21:21 2017 +0200
@@ -158,6 +158,6 @@
 
 void BlynkFatal()
 {
-    wait(10000L);
+    //delay(10000L);
     BlynkReset();
 }