For lecture
Dependencies: WIZnetInterface WIZwiki-W7500-lecture mbed
Fork of WIZwiki-W7500-lecture1-tcp by
Revision 4:d164f370aa56, committed 2016-02-01
- Comitter:
- bangbh
- Date:
- Mon Feb 01 23:27:54 2016 +0000
- Parent:
- 3:90acfa2e24cb
- Child:
- 5:b0e5f03fe7b8
- Commit message:
- For lecture TCP
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Feb 01 01:22:53 2016 +0000
+++ b/main.cpp Mon Feb 01 23:27:54 2016 +0000
@@ -5,7 +5,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, "192.168.0.180", "255.255.255.0", "192.168.0.1"); // USE Static IP
//eth.init(mac_addr); //Use DHCP
eth.connect();
