for WIZwiki-W7500 board

Dependencies:   FP MQTTPacket

Dependents:   IBMIoTClientEthernetExample_WIZnet

Fork of MQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
hkjung
Date:
Mon Sep 07 00:03:23 2015 +0000
Parent:
46:72659bc4048b
Child:
48:1de971b62543
Commit message:
Commented out: IP info

Changed in this revision

MQTTEthernet.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTEthernet.h	Sun Sep 06 23:54:14 2015 +0000
+++ b/MQTTEthernet.h	Mon Sep 07 00:03:23 2015 +0000
@@ -8,9 +8,9 @@
 
 //uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x1D, 0x69, 0xF3};
 uint8_t mac_addr[6] = {0x00, 0x02, 0xf7, 0xf2, 0x05, 0x00};
-const char * ip_addr = "222.98.173.213";
-const char * gw_addr = "222.98.173.254";
-const char * snmask = "255.255.255.192";
+//const char * ip_addr = "222.98.173.213";
+//const char * gw_addr = "222.98.173.254";
+//const char * snmask = "255.255.255.192";
 
 class MQTTEthernet : public MQTTSocket
 {