temp

Dependencies:   UIPEthernet mbed

Fork of TcpServer_ENC28J60 by Zoltan Hudak

Revision:
2:a47c2bd81242
Parent:
1:862d66d1ef8c
--- a/main.cpp	Sat Dec 05 14:43:35 2015 +0000
+++ b/main.cpp	Tue Mar 07 10:20:43 2017 +0000
@@ -41,7 +41,7 @@
     pc.printf("DHCP server found.\r\n");
 #else
     // IP address must be unique and compatible with your network.
-    const IPAddress MY_IP(192, 168, 1, 33);    //  Change as appropriate.
+    const IPAddress MY_IP(192, 168, 0, 205);    //  Change as appropriate.
     UIPEthernet.begin(MY_MAC, MY_IP);
 #endif
     IPAddress   localIP = UIPEthernet.localIP();