test

Dependencies:   Adafruit_GFX WIZnetInterface mbed

Fork of Tweeting_Machine_HelloWorld_WIZwiki-W7500 by IOP

Files at this revision

API Documentation at this revision

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