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:
72:6b1d37b5420a
Parent:
71:5069a202e892
Child:
79:22b57129590b
--- a/source/OptionsBuilder.cpp	Fri Nov 04 16:29:17 2016 +0000
+++ b/source/OptionsBuilder.cpp	Fri Nov 04 16:32:41 2016 +0000
@@ -40,7 +40,7 @@
 #ifdef ENABLE_MBED_CLOUD_SUPPORT
 	extern char gIdcDevSecurityAccountId[33];
 	this->m_node_name        	 	= (char *)gIdcDevSecurityAccountId;
-#endif
+#else
     this->m_node_name        	 	= NODE_NAME;
 #endif
     this->m_lifetime  				= REG_LIFETIME_SEC;