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: C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MBEDEndpoint.cpp
- Revision:
- 36:210f3956038c
- Parent:
- 33:8302b02413bd
- Child:
- 39:bd5b2bcd2dcc
diff -r 27484c1273f9 -r 210f3956038c MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp Fri Feb 28 23:45:13 2014 +0000
+++ b/MBEDEndpoint.cpp Sat Mar 01 05:58:00 2014 +0000
@@ -133,7 +133,7 @@
if (success == true) {
// HTTP Initialization
- success = this->initializeTransport(HTTP_TRANSPORT,"HTTP",new HTTPTransport(this->m_error_handler,this));
+ success = this->initializeTransport(HTTP_TRANSPORT,"HTTP",new IOCHTTPTransport(this->m_error_handler,this));
}
return success;
}