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: Adafruit_GFX WIZnetInterface mbed
Fork of Tweeting_Machine_HelloWorld_WIZwiki-W7500 by
Revision 2:c64f8d42290c, committed 2017-02-23
- Comitter:
- IOP
- Date:
- Thu Feb 23 05:40:27 2017 +0000
- Parent:
- 1:5f4bd210e2f0
- Commit message:
- mac address change
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5f4bd210e2f0 -r c64f8d42290c main.cpp --- a/main.cpp Wed May 11 00:51:18 2016 +0000 +++ b/main.cpp Thu Feb 23 05:40:27 2017 +0000 @@ -25,7 +25,7 @@ int phy_link; printf("Wait a second...\r\n"); //--------- Have to modify the mac address------------- - uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x03, 0x04, 0x22}; + uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x03, 0x04, 0x21}; EthernetInterface eth; eth.init(mac_addr); //Use DHCP