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 NTPClient_HelloWorld by
Revision 4:b7cbb0d0410c, committed 2015-06-15
- Comitter:
- embeddist
- Date:
- Mon Jun 15 07:11:28 2015 +0000
- Parent:
- 3:1914de305164
- Commit message:
- fixed mac address
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jun 15 06:27:30 2015 +0000 +++ b/main.cpp Mon Jun 15 07:11:28 2015 +0000 @@ -7,7 +7,7 @@ int main() { - uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x1D, 0x62, 0x11}; + uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x01, 0x02, 0x03}; //eth.init(); //Use DHCP eth.init(mac_addr); //Use DHCP