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

Dependencies:   mbed-http

Revision:
74:f26e846adfe9
Parent:
73:6f5021cbe752
Child:
75:08eff6258e1b
--- a/mbed_app.json	Thu Feb 28 18:13:48 2019 +0000
+++ b/mbed_app.json	Sun Mar 10 09:46:06 2019 +0000
@@ -9,12 +9,15 @@
         },
        "wifi-ssid": {
             "help": "WiFi SSID",
-            "value": "\"VM9109107\""
+            "value": "\"VM9109107_5GEXT\""
         },
         "wifi-password": {
             "help": "WiFi Password",
             "value": "\"Bonga01shop02\""
-        }
+        },
+        "overrides": {
+            "lse_available": false 
+        }    
     },
     "macros": [
         "MBEDTLS_MPI_MAX_SIZE=1024",
@@ -25,17 +28,15 @@
         "MBED_HEAP_STATS_ENABLED=1"
     ],
     "target_overrides": {
-        "K64F": {
-            "target.features_add": ["BLE"],
-            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
-        },
-        "NUCLEO_F401RE": {
-            "target.features_add": ["BLE"],
-            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
-        },
-        "DISCO_L475VG_IOT01A": {
-            "target.features_add": ["BLE"],
-            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
-        }
+         "*": {
+            "platform.stdio-baud-rate": 115200,
+            "platform.stdio-convert-newlines": true,
+            "mbed-trace.enable": 1,
+            "mbed-http.http-buffer-size": 2048,
+            "tls-socket.debug-level": 0,
+            "nsapi.default-wifi-security": "WPA_WPA2",
+            "nsapi.default-wifi-ssid": "\"VM9109107_5GEXT\"",
+            "nsapi.default-wifi-password": "\"Bonga01shop02\""
+      }
      }
 }