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: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MBEDEndpoint.cpp
- Revision:
- 148:b09187a0fa77
- Parent:
- 143:fbdd4f74e1e9
- Child:
- 151:75b96c3419ae
diff -r 537bcacd855d -r b09187a0fa77 MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp Wed Mar 19 21:37:52 2014 +0000
+++ b/MBEDEndpoint.cpp Wed Mar 19 22:09:43 2014 +0000
@@ -164,6 +164,7 @@
this->logger()->log("Initializing %s Transport...", key);
this->m_transports[index] = transport;
if (this->m_transports[index] != NULL) success = this->m_transports[index]->connect();
+ if (success) this->logger()->log("Transport %s initialized and connected",key);
}
else {
this->logger()->log("%s already connected (OK)...", key);