MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_nxp

Dependencies:   C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
130:9c52e163e733
Parent:
129:c4fa24308e33
Child:
131:27f29e230bbb
--- a/MQTTTransport.cpp	Sun Mar 16 17:30:59 2014 +0000
+++ b/MQTTTransport.cpp	Sun Mar 16 17:41:10 2014 +0000
@@ -353,9 +353,9 @@
                             this->m_connected = true;
                         }
                         else {
-                            this->logger()->log("MQTT Subscribe: Topic(PING): %s FAILED",MQTT_PING_TOPIC);
-                            this->logger()->turnLEDRed();
-                            this->m_connected = false;
+                            this->logger()->log("MQTT Subscribe: Topic(PING): %s FAILED (continuing...)",MQTT_PING_TOPIC);
+                            //this->logger()->turnLEDRed();
+                            //this->m_connected = false;
                         }
                     }
                     else {