Modified MQTT for Mbed OS.

Dependencies:   FP MQTTPacket

Dependents:   mbed-os-mqtt door_lock co657_IoT nucleo-f429zi-mbed-os-mqtt

Fork of MQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
azazeal88
Date:
Fri Nov 18 08:48:41 2016 +0000
Parent:
48:83e45fa35cc8
Commit message:
Added connect back in the constructor, so not to accidentally break existing code.

Changed in this revision

MQTTEthernet.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTEthernet.h	Thu Nov 17 19:10:52 2016 +0000
+++ b/MQTTEthernet.h	Fri Nov 18 08:48:41 2016 +0000
@@ -11,6 +11,7 @@
 public:    
     MQTTEthernet()
     {
+        connectInterface();
     }
     
     EthernetInterface& getInterface()