use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
55:fdb11bfada5f
Parent:
54:dfee8691c83a
Child:
57:b017388f1aa3
--- a/mbed-connector-interface/Options.h	Tue Aug 09 17:18:49 2016 +0000
+++ b/mbed-connector-interface/Options.h	Tue Aug 09 18:44:58 2016 +0000
@@ -56,13 +56,6 @@
     WIFI_WPA2_PERSONAL
 } WiFiAuthTypes;
 
-// Mesh Types
-typedef enum {
-    MESH_THREAD,
-    MESH_6LOWPAN_ND,
-    MESH_NUM_TYPES
-} MeshTypes;
-
 // Connection Types for CoAP
 typedef enum {
     COAP_TCP,