modify for blynk

Fork of WIZnetInterface by WIZnet

Revision:
27:1169973d836c
Parent:
26:d07c80e18b27
Parent:
20:bda61525ac71
Child:
28:200e63e513a8
--- a/EthernetInterface.cpp	Mon Oct 05 05:41:00 2015 +0000
+++ b/EthernetInterface.cpp	Mon Oct 05 05:44:39 2015 +0000
@@ -33,6 +33,14 @@
 }
 #endif
 
+int EthernetInterface::init()
+{
+    dhcp = true;
+    reset();
+	
+    return 0;
+}
+
 int EthernetInterface::init(uint8_t * mac)
 {
     dhcp = true;