modify for blynk

Fork of WIZnetInterface by WIZnet

Revision:
20:bda61525ac71
Parent:
7:da6fcec0f3fe
Child:
27:1169973d836c
--- a/EthernetInterface.cpp	Wed Jul 01 04:02:50 2015 +0000
+++ b/EthernetInterface.cpp	Wed Jul 22 02:11:37 2015 +0000
@@ -33,6 +33,14 @@
 }
 #endif
 
+int EthernetInterface::init()
+{
+    dhcp = true;
+    reset();
+	
+    return 0;
+}
+
 int EthernetInterface::init(uint8_t * mac)
 {
     dhcp = true;