DNS, DHCPClient, Http Client, TCP Client, GET
Dependencies: WIZnetInterface mbed
Fork of DNSWebClient by
Diff: main.cpp
- Revision:
- 1:e3dba8368eda
- Parent:
- 0:7d9fbdfdd41a
--- a/main.cpp Mon Jul 06 05:14:41 2015 +0000
+++ b/main.cpp Tue Dec 08 03:05:28 2015 +0000
@@ -15,7 +15,7 @@
char buffer[BUFFER_SIZE];
// Enter a MAC address for your controller below.
- uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x1D, 0x62, 0x11};
+ uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x01, 0x01};
// initializing MAC address
eth.init(mac_addr);
