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:
9:7369ec77a3ea
Parent:
0:58b20b438383
Child:
13:ed6276c0afb7
--- a/BlynkSimpleUserDefined.h	Wed Oct 12 10:38:37 2016 +0300
+++ b/BlynkSimpleUserDefined.h	Thu Jan 05 14:55:36 2017 +0200
@@ -28,6 +28,9 @@
         : mConn (false)
     {}
 
+    // IP redirect not available
+    void begin(char BLYNK_UNUSED *h, uint16_t BLYNK_UNUSED p) {}
+
     bool connect() {
         return mConn = true;
     }