mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
99:7f563f0a6c3c
Parent:
98:56e429670fdb
Child:
100:ff043f91a348
--- a/source/ConnectorEndpoint.cpp	Thu Apr 20 20:42:25 2017 +0000
+++ b/source/ConnectorEndpoint.cpp	Thu Apr 20 20:47:50 2017 +0000
@@ -34,7 +34,13 @@
 
 // factory storage and configurator support (mbed Cloud R1.2+)
 #ifdef ENABLE_MBED_CLOUD_SUPPORT
+// trace configuration
 #include "mbed-trace/mbed_trace.h"
+
+// updater support
+#include "update_ui_example.h"
+
+// factory flow support
 #include "mbed_factory_configurator_client.h"
 #endif