WIZNet W5500 with additional enhancements

Fork of WIZnetInterface by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Sat Oct 07 15:08:58 2017 +0200
Parent:
30:368f3f75058f
Child:
32:f6d76a55a50b
Commit message:
Fixed a problem that the MAC address was not set.

Changed in this revision

EthernetInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
 }