For lecture

Dependencies:   WIZnetInterface WIZwiki-W7500-lecture mbed

Fork of WIZwiki-W7500-lecture2-udp by Bohyun Bang

Revision:
5:5ac02e0a1296
Parent:
4:e802635c137f
--- a/main.cpp	Mon Feb 01 03:38:51 2016 +0000
+++ b/main.cpp	Mon Feb 01 23:28:15 2016 +0000
@@ -6,7 +6,7 @@
     
     EthernetInterface eth;
     
-    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x01, 0x02};
+    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0xFF, 0xFF, 0xFF};
     eth.init(mac_addr, "222.98.173.239", "255.255.255.192", "222.98.173.254"); // USE Static IP
     //eth.init(mac_addr); //Use DHCP
     eth.connect();