MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_ethernet

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
115:7c8b958dfaa7
Parent:
94:0159f907859b
Child:
138:6159f1940b1d
--- a/MBEDEndpoint.cpp	Fri Mar 14 20:20:53 2014 +0000
+++ b/MBEDEndpoint.cpp	Fri Mar 14 21:26:03 2014 +0000
@@ -49,7 +49,8 @@
 #else
      if (success)this->logger()->log(ENDPOINT_VERSION_ANNOUNCE);
 #endif
-     if (success)this->logger()->log("IOC Gateway IP Address: %s",GW_IPADDRESS);
+     if (success)this->logger()->log("IOC Gateway IP: %s",GW_IPADDRESS);
+     if (PL_ENABLE && success) this->logger()->log("Philips Light ID: %d Philips Gateway IP: %s",PL_LIGHT_ID,PL_GW_ADDRESS);
      if (success) success = this->initializeEthernet(ethernet);
      if (success) this->logger()->turnLEDYellow();
      if (success)this->m_map = new MBEDToIOCResourceMap(error_handler);