Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MQTTTransport.cpp
- 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 {