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
Revision 130:9c52e163e733, committed 2014-03-16
- Comitter:
- ansond
- Date:
- Sun Mar 16 17:41:10 2014 +0000
- Parent:
- 129:c4fa24308e33
- Child:
- 131:27f29e230bbb
- Commit message:
- updates
Changed in this revision
--- a/Definitions.h Sun Mar 16 17:30:59 2014 +0000 +++ b/Definitions.h Sun Mar 16 17:41:10 2014 +0000 @@ -102,7 +102,7 @@ #define LOAD_TRANSPORT 1 // 0 - MQTT, 1 - HTTP // largest MQTT message that PubSubClient will send -#define MAX_MQTT_MESSAGE_LENGTH 128 +#define MAX_MQTT_MESSAGE_LENGTH 512 // MQTT connect information #define MQTT_HOSTNAME "iocana.bcu.ac.uk" // IOC MQTT Broker Host - iocana.bcu.ac.uk
--- a/MQTT.lib Sun Mar 16 17:30:59 2014 +0000 +++ b/MQTT.lib Sun Mar 16 17:41:10 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/jwende/code/MQTT/#ca855d29545b +http://mbed.org/users/ansond/code/MQTT-ansond/#0f810fceda0a
--- 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 {