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:
- 154:bae16d6519dd
- Parent:
- 151:75b96c3419ae
- Child:
- 156:4d75f2dffd8c
diff -r 983727628086 -r bae16d6519dd MBEDEndpoint.cpp
--- 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() {