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

Dependencies:   mbed-http

Branch:
PassingRegression
Revision:
123:a49e9ffbaca6
Parent:
122:62166886db5f
Child:
124:eae4512b131b
--- a/source/WiFiManager.h	Tue Jun 11 20:23:43 2019 +0000
+++ b/source/WiFiManager.h	Fri Jun 14 21:13:46 2019 +0000
@@ -106,6 +106,7 @@
     http_result_t http_result;
     bool     use_full_hostname;
     int      keep_alive_id;
+    
 #ifdef DNANUDGE_DEBUG
     rtos::Semaphore callback_semaphore;
 #endif    
@@ -149,6 +150,7 @@
     void                  sendATresponseBytes(at_cmd_resp_t at_cmd, int len);
     void                  getNetworkStatus();
     void                  getWiFiStatus();
+    void                  getWiFiMACaddress();
     void                  status_callback_event(nsapi_event_t status, intptr_t param);    
     void                  gethostbyname_callback(nsapi_error_t res, SocketAddress *addr);    
     void                  gethostbyname();