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

Dependencies:   mbed-http

Revision:
90:ed0267eca7b5
Parent:
89:45f6db09a76d
Child:
91:d6b6319ad681
--- a/source/ATCmdManager.h	Mon Apr 01 08:00:41 2019 +0000
+++ b/source/ATCmdManager.h	Sun Apr 07 10:52:37 2019 +0000
@@ -108,6 +108,8 @@
     http_method str2HttpMethod(const char * methodStr);
     void        return_response(bool download=false); 
     void        printBufferInHex(uint8_t *buf, int pLen);
+    void        outputEDMdata(const uint8_t *buf, int pLen, 
+                              edm_msg_id_t identifier, edm_msg_type_t type);
     
     /**
     * Allows timeout to be changed between commands