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