MQTT lib for WISEAgent

Dependencies:   FP MQTTPacket

Dependents:   MQTT_G_SENSOR

Fork of MQTT by MQTT

Revision:
45:bd3567993b26
Parent:
43:21da1f744243
--- a/MQTTEthernet.h	Mon Oct 06 11:41:05 2014 +0000
+++ b/MQTTEthernet.h	Wed Aug 12 02:38:46 2015 +0000
@@ -25,6 +25,7 @@
         eth.connect();  // nothing I've tried actually works to reconnect 
     }
     
+    
 private:
 
     EthernetInterface eth;