mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Diff: MBEDEndpoint.cpp
- Revision:
- 47:b775f5453b5d
- Parent:
- 46:32a7545dde45
- Child:
- 51:15c81f725ba2
--- a/MBEDEndpoint.cpp Tue Jul 01 21:26:40 2014 +0000 +++ b/MBEDEndpoint.cpp Tue Jul 01 21:38:51 2014 +0000 @@ -56,7 +56,7 @@ if (success)this->logger()->log(ENDPOINT_VERSION_ANNOUNCE); #endif if (success) this->initGWAddress(); - if (success) this->logger()->log("IOC GW IP: %s",this->m_gw_address); + //if (success) this->logger()->log("IOC GW IP: %s",this->m_gw_address); if (PL_ENABLE && success) this->logger()->log("Philips Light ID: %d Philips Gateway IP: %s",PL_LIGHT_ID,PL_GW_ADDRESS); #ifdef CELLULAR_NETWORK this->m_cellular_modem = NULL;