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