easy connect wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI

Dependencies:   WncController-httpmodified

Fork of WncControllerK64F by Avnet

Revision:
32:93703ebed512
Parent:
31:d9558aefb9e0
--- a/WncControllerK64F.h	Mon Apr 17 23:58:40 2017 +0000
+++ b/WncControllerK64F.h	Wed Apr 19 15:18:48 2017 +0000
@@ -32,7 +32,7 @@
 #include <string>
 #include <stdint.h>
 #include "mbed.h"
-#include "BufferedSerial.h"
+#include "WNCDebug.h"
 #include "WncController.h"
 
 namespace WncControllerK64F_fk {
@@ -77,7 +77,7 @@
      * @param wnc_uart - a pointer to the serial uart that is used to communicate with the WNC modem.
      * @param debug_uart - a pointer to a serial uart for the debug output to go out of, if NULL debug will not be output.
      */
-    WncControllerK64F(struct WncGpioPinListK64F * pPins, BufferedSerial * wnc_uart, BufferedSerial * debug_uart = NULL);
+    WncControllerK64F(struct WncGpioPinListK64F * pPins, BufferedSerial * wnc_uart, WNCDebug * debug_uart = NULL);
     
     /**
      *
@@ -116,7 +116,7 @@
     virtual void stopTimerB(void);
     virtual int  getTimerTicksB_mS(void);
 
-    BufferedSerial * m_pDbgUart;
+    WNCDebug * m_pDbgUart;
     BufferedSerial * m_pWncUart;
     WncGpioPinListK64F m_gpioPinList;
     Timer m_logTimer;