modified to get more signal info

Fork of WncControllerLibrary by Fred Kellerman

Files at this revision

API Documentation at this revision

Comitter:
tdMBED
Date:
Sat Nov 25 21:50:17 2017 +0000
Parent:
36:d1a98d5f2bbd
Commit message:
modified to get more signal info

Changed in this revision

WncController.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;