W5500-Ethernet-Interface Makers / W5500Interface

Dependents:   EvrythngApi Websocket_Ethernet_HelloWorld_W5500 Websocket_Ethernet_W5500 CurrentWeatherData_W5500 ... more

Revision:
10:713b6d2aaefb
Parent:
7:da52bf0e0e5d
--- a/WIZnet/W5500.cpp	Wed Oct 15 06:25:21 2014 +0000
+++ b/WIZnet/W5500.cpp	Thu Oct 16 06:36:16 2014 +0000
@@ -35,6 +35,7 @@
     cs = 1;
     reset_pin = 1;
     inst = this;
+    sock_any_port = SOCK_ANY_PORT_NUM;
 }
 
 WIZnet_Chip::WIZnet_Chip(SPI* spi, PinName _cs, PinName _reset):
@@ -44,6 +45,7 @@
     cs = 1;
     reset_pin = 1;
     inst = this;
+    sock_any_port = SOCK_ANY_PORT_NUM;
 }
 
 bool WIZnet_Chip::setmac()