WIZnet-IoTShield-AMM592-TCP example

Revision:
5:5254d0016504
Parent:
4:5638a7186930
--- a/main.cpp	Tue Sep 17 01:06:45 2019 +0000
+++ b/main.cpp	Tue Sep 17 01:11:16 2019 +0000
@@ -94,7 +94,7 @@
 
 // Destination (Remote Host)
 // IP address and Port number
-char dest_ip[] = "222.98.173.228";
+char dest_ip[] = "222.xx.xxx.xxx;
 int  dest_port = 5000;
 
 void serialPcInit(void)