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

Dependencies:   mbed-http

Branch:
PassingRegression
Revision:
126:9bc33f8b57d5
Parent:
123:a49e9ffbaca6
Child:
127:a21788227ca6
--- a/source/ATCmdManager.h	Thu Jun 20 20:46:25 2019 +0000
+++ b/source/ATCmdManager.h	Sun Jul 07 20:36:41 2019 +0000
@@ -17,6 +17,7 @@
 #define ERROR_RESP "\r\nERROR\r\n"
 #define WIFI_BUSY_RESP "\r\nWIFI BUSY\r\n"
 #define UART_TIMEOUT_ERROR "\r\nUART TIMEOUT ERROR\r\n"
+#define MEMORY_ALLOCATION_ERROR "\r\nMEMORY ALLOCATION ERROR\r\n"
 #define BOX_UBLOX_DEMO_TESTING
 //extern void print_memory_info();
 //extern void blinkLEDs();
@@ -166,6 +167,7 @@
     bool        dequeueBleDataResponse();
     bool        queueBleDataRequest(at_ble_msg_t data_req);
     void        filterHttpResponse();
+    int         readEDMmodeBytes(uint8_t *rx_buf_ptr, int pLen);
     
     /**
     * Allows timeout to be changed between commands