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:
154:bae16d6519dd
Parent:
151:75b96c3419ae
Child:
156:4d75f2dffd8c
--- a/MBEDEndpoint.cpp	Thu Mar 20 16:03:11 2014 +0000
+++ b/MBEDEndpoint.cpp	Thu Mar 20 16:18:42 2014 +0000
@@ -94,7 +94,7 @@
  }
  
  // get our GW address
- char *MBEDEndpoint::getGWAddress() { return  this->m_gw_address; }
+ char *MBEDEndpoint::getGWAddress() { return  GW_IPADDRESS; /* this->m_gw_address; */ }
  
  // get our LCD status
  char *MBEDEndpoint::getLCDStatus() {