WIZNet W5500 with additional enhancements
Fork of WIZnetInterface by
Revision 31:a3fbfa5c8351, committed 2017-10-07
- 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;
}
Helmut Tschemernjak
