mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
41:3f494366fc76
Parent:
39:fec38d630383
Child:
44:2740794b059a
--- a/MBEDEndpoint.cpp	Mon Jun 30 22:36:47 2014 +0000
+++ b/MBEDEndpoint.cpp	Tue Jul 01 04:19:24 2014 +0000
@@ -280,6 +280,7 @@
          
          // connect up ethernet
          this->m_ethernet->init();
+         //this->m_ethernet->init("192.168.1.220","255.255.255.0","192.168.1.1");
          this->m_ethernet->connect();
          
          // display our IP address