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

Dependencies:   mbed-http

Revision:
87:99b37d26ff2a
Parent:
79:a2187bbfa407
Child:
90:ed0267eca7b5
--- a/source/BleManager.cpp	Thu Mar 28 23:41:10 2019 +0000
+++ b/source/BleManager.cpp	Fri Mar 29 22:18:33 2019 +0000
@@ -78,6 +78,8 @@
 /** Start BLE interface initialisation */
 void SMDevice::run()
 {
+    printf("\r\n [BTLE MAN]  Thread Id = %d\r\n", Thread::gettid());
+
     ble_error_t error;
 
     /* to show we're running we'll blink every 500ms */