WIZNet W5500 with additional enhancements

Fork of WIZnetInterface by WIZnet

Revision:
31:a3fbfa5c8351
Parent:
28:200e63e513a8
Child:
33:879cfe51e66e
--- a/EthernetInterface.cpp	Fri Oct 06 17:34:20 2017 +0000
+++ b/EthernetInterface.cpp	Sat Oct 07 15:08:58 2017 +0200
@@ -48,7 +48,7 @@
     for (int i =0; i < 6; i++) this->mac[i] = mac[i];
     //
     reset();
-	
+    setmac();
     return 0;
 }