modified to get more signal info

Fork of WncControllerLibrary by Fred Kellerman

Revision:
38:9a1a6f211eb4
Parent:
36:d1a98d5f2bbd
--- a/WncController.cpp	Thu Apr 06 21:42:30 2017 -0400
+++ b/WncController.cpp	Sat Nov 25 21:50:17 2017 +0000
@@ -2068,7 +2068,11 @@
         if (m_sMoreDebugEnabled)
             dbgPuts("------------ WNC Ready ---------------->");
     }
-    
+    dbgPuts("Testing");
+    int cmdRes4 = at_send_wnc_cmd("AT%MEAS=\"8\"", &pRespStr, m_sCmdTimeoutMs);
+    int cmdRes3 = at_send_wnc_cmd("AT+CGEQOS?", &pRespStr, m_sCmdTimeoutMs);
+
+
     // If we made it this far and the WNC did respond, keep the ON state
     if (m_sState != WNC_NO_RESPONSE)
         m_sState = WNC_ON;