To Be Determined. Not yet support RTC of HAL for W7500. Programs using NTPClient as like SMTP have some bug. We will update RTC APIs for HAL.
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 |
diff -r 1914de305164 -r b7cbb0d0410c main.cpp --- 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