This is MQTT library for WIZwiki-W7500

Dependencies:   FP MQTTPacket

Dependents:   openHAB_mqtt_W7500 kakaoIoTchatbot

Fork of MQTTforLecture by Bohyun Bang

Files at this revision

API Documentation at this revision

Comitter:
bangbh
Date:
Mon Sep 21 23:38:42 2015 +0000
Parent:
47:85fefcf0b231
Child:
49:28bae99b34f4
Commit message:
a molla

Changed in this revision

MQTTEthernet.h Show annotated file Show diff for this revision Revisions of this file
--- 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();
     }