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

Dependencies:   mbed-http

Revision:
91:d6b6319ad681
Parent:
90:ed0267eca7b5
Child:
95:290859010c8c
--- a/source/WiFiManager.h	Sun Apr 07 10:52:37 2019 +0000
+++ b/source/WiFiManager.h	Sun Apr 07 17:31:56 2019 +0000
@@ -103,6 +103,9 @@
     bool                  createTLSconnection(const char *hostName);
     void                  printBufferInHex(uint8_t *buf, int pLen);
     void                  copyResponseHdr2Queue();
+    void                  sentATresponseString(at_cmd_resp_t at_cmd, 
+                                               const char *responseString, 
+                                               int strLen);
 
 
     /**