Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: WIZnetInterface mbed
Fork of DNSWebClient by
Diff: main.cpp
- Revision:
- 1:e3dba8368eda
- Parent:
- 0:7d9fbdfdd41a
diff -r 7d9fbdfdd41a -r e3dba8368eda main.cpp
--- 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);
