DNS, DHCPClient, Http Client, TCP Client, GET
Dependencies: WIZnetInterface mbed
Fork of DNSWebClient by
Revision 1:e3dba8368eda, committed 2015-12-08
- Comitter:
- bredkwak
- Date:
- Tue Dec 08 03:05:28 2015 +0000
- Parent:
- 0:7d9fbdfdd41a
- Commit message:
- test v1.0;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
