mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Tue Jul 01 04:19:24 2014 +0000
Parent:
40:72884152baaa
Child:
42:297585f8e7bd
Commit message:
updated ethernet config

Changed in this revision

MBEDEndpoint.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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