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

Dependencies:   mbed-http

Revision:
83:9c271a50a70b
Parent:
82:10072c1794d3
Child:
84:7c7add00f4bf
--- a/source/main-https.cpp	Sun Mar 24 17:32:06 2019 +0000
+++ b/source/main-https.cpp	Tue Mar 26 23:33:51 2019 +0000
@@ -396,6 +396,8 @@
     print_memory_info();
     printf("\r\n ++++++ PROGRAM STARTING -- reset count = %d ++++++ \r\n", reset_counter);
     device = new RawSerial(USBTX, USBRX, DEFAULT_BAUD_RATE);
+    
+    printf("*** HELLO MESSAGE *** \n %s", (char *)&hello_msg[6]);
     setupDefaultWiFiConfig();
     setupDefaultBleConfig();
     BLE& _ble = BLE::Instance();