This is MQTT library for WIZwiki-W7500

Dependencies:   FP MQTTPacket

Dependents:   openHAB_mqtt_W7500 kakaoIoTchatbot

Fork of MQTTforLecture by Bohyun Bang

Revision:
48:4d790a810311
Parent:
47:85fefcf0b231
Child:
49:28bae99b34f4
--- a/MQTTEthernet.h	Sun Sep 20 05:13:46 2015 +0000
+++ b/MQTTEthernet.h	Mon Sep 21 23:38:42 2015 +0000
@@ -19,7 +19,8 @@
     {
         wait(1);
         this->createSocket();
-        eth.init(mac_addr,ip_addr,snmask,gw_addr);                          // Do not use DHCP! If you use DHCP use "eth.init(mac_addr);".
+        //eth.init(mac_addr,ip_addr,snmask,gw_addr);                          // Do not use DHCP! If you use DHCP use "eth.init(mac_addr);".
+        eth.init(mac_addr);
         eth.connect();
     }