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:
- 89:6e7dd4cba216
- Parent:
- 72:ffd155ec8b93
- Child:
- 93:e3b732068ae9
--- a/MQTTTransport.cpp Sun Mar 09 16:56:09 2014 +0000
+++ b/MQTTTransport.cpp Sun Mar 09 18:52:07 2014 +0000
@@ -86,8 +86,10 @@
strcpy(this->m_endpoint_name,endpoint_name);
}
}
+ //this->logger()->log("MQTT Topic (discovered): %s Original: %s",this->m_endpoint_name,topic);
return this->m_endpoint_name;
}
+ //this->logger()->log("MQTT Topic (discovered): NULL Original: %s",topic);
return NULL;
}