this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Revision:
99:05398b3184f8
Parent:
95:290859010c8c
Child:
100:80ef4bc31b7a
--- a/source/common_config.h	Sun Apr 21 13:06:41 2019 +0000
+++ b/source/common_config.h	Mon Apr 22 11:11:41 2019 +0000
@@ -15,13 +15,21 @@
 #define WIFI_CONNECT_TIMEOUT_SECS 10
 #define MAX_RESPONSE_STRING_LEN   512 // maximum response string length of 512 bytes
 #define DEFAULT_WIFI_CHANNEL      0
+#define DEFAULT_BTLE_CHANNEL      1
 #define WIFI_LINK_ENABLED         "+UUWLE:"
+#define NETWORK_UP_URC            "+UUNU"
 #define NETWORK_STATUS            "+UNSTAT="
 #define WIFI_NETWORK_STATUS       "+UWSSTAT="
+#define UDDRP_ERROR               "\r\nERROR\r\n"
+#define UDDRP_WRITE_OK            "\r\nOK\r\n" 
+#define HOSTNAME_RESPONSE_LEN     14
 #define WIFI_STATION              1
 #define WIFI_CONFIG_ID            0
 #define WIFI_INTERFACE_ID         0
 #define DEFAULT_DNS_ADDRESS       "0.0.0.0"
+#define TCP_PROTOCOL              0
+#define UDP_PROTOCOL              1
+#define IPv4_CONNECTION           0x02
 #define PQDSZ   2  // size of Pool/Queue data structures
 
 typedef enum