I added functionality to get the RSSI, BER, and Cell Neighbor for reporting connection issues to M2X

Dependencies:   WncControllerPlus

Revision:
13:ef379cdd57aa
Parent:
0:98d149685c95
Child:
23:43a36c66c574
--- a/WncControllerK64F.h	Thu Sep 15 15:31:29 2016 +0000
+++ b/WncControllerK64F.h	Fri Sep 16 14:47:17 2016 +0000
@@ -85,7 +85,7 @@
      *  mode all text to and from the WNC is consumed by the debug Serial port.
      *  No other methods in the class will receive any of the WNC output.
      */
-    bool enterWncTerminalMode(bool echoOn);
+    bool enterWncTerminalMode(MODSERIAL *pUart, bool echoOn);
     
 private: