test

Dependencies:   FP MQTTPacket

Fork of MQTT by Junichi Katsu

Files at this revision

API Documentation at this revision

Comitter:
jksoft
Date:
Tue Oct 31 09:23:36 2017 +0000
Parent:
47:f9841b2adaa2
Commit message:
??

Changed in this revision

MQTTEthernet.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTEthernet.h	Sun Dec 27 13:36:12 2015 +0000
+++ b/MQTTEthernet.h	Tue Oct 31 09:23:36 2017 +0000
@@ -22,6 +22,7 @@
     
     void reconnect()
     {
+        //eth.init(); 
         eth.connect();  // nothing I've tried actually works to reconnect 
     }