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

Dependencies:   mbed-http

Revision:
103:7b566b522427
Parent:
102:9748f290a1a5
Child:
104:11e9605093c9
--- a/source/common_config.h	Wed Apr 24 17:34:17 2019 +0000
+++ b/source/common_config.h	Thu May 02 21:50:17 2019 +0000
@@ -9,7 +9,7 @@
 #define WIFI_THREAD_PRIORITY osPriorityHigh
 #define ATCMD_THREAD_PRIORITY osPriorityRealtime
 #ifndef UBLOX_ODIN_W2_RECV_TIMEOUT
-#define UBLOX_ODIN_W2_RECV_TIMEOUT    100
+#define UBLOX_ODIN_W2_RECV_TIMEOUT    5
 #endif
 #define USE_MALLOC_FOR_COMMAND_MEMORY_POOL
 #define WIFI_CONNECT_TIMEOUT_SECS 10
@@ -39,6 +39,7 @@
 #define HTTP_HEADER_START_LINE    "HTTP/1.1 "
 #define HTTP_HEADER_CONTENT_TYPE  "Content-Type:"
 #define HTTP_HEADER_CONTENT_LEN   "Content-Length:"
+//#define ENABLE_MEMORY_CHECKS
 
 typedef enum
 {