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:
53:74816856d11b
Parent:
52:8b95544920af
Child:
56:789a1a8c5ebe
diff -r 8b95544920af -r 74816856d11b MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp	Fri Sep 12 20:44:42 2014 +0000
+++ b/MBEDEndpoint.cpp	Sat Sep 13 02:56:16 2014 +0000
@@ -85,6 +85,11 @@
      if (success) this->logger()->turnLEDOrange();
      this->logger()->lcdStatusOnly(true);
      if (!success) closedown(2);
+     if (success && AUTO_REGISTER_WITH_IOC) {
+         // load up our endpoints
+         this->loadPersonalities();
+         this->updatePersonalities();
+     }
  }
  
  // default destructor