This library controls the WNC. There is a derived class for usage from the K64F board.
Fork of WncControllerLibrary by
Revision 23:aa2d716e234c, committed 2016-09-16
- Comitter:
- fkellermavnet
- Date:
- Fri Sep 16 15:38:35 2016 +0000
- Parent:
- 22:db78f3e0d782
- Child:
- 24:b0bc03d4ab93
- Commit message:
- Added firmware revision reporting to the init.
Changed in this revision
| WncController.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/WncController.cpp Thu Sep 15 23:52:02 2016 +0000
+++ b/WncController.cpp Fri Sep 16 15:38:35 2016 +0000
@@ -1556,6 +1556,9 @@
// power cycle.
at_send_wnc_cmd("AT", &pRespStr, WNC_QUICK_CMD_TIMEOUT_MS);
at_send_wnc_cmd("AT", &pRespStr, WNC_QUICK_CMD_TIMEOUT_MS);
+
+ // Dump the firmware revision on the debug log:
+ at_send_wnc_cmd("AT+GMR", &pRespStr, m_sCmdTimeoutMs);
// Quick commands below do not need to check cellular connectivity
at_send_wnc_cmd("ATE0", &pRespStr, WNC_QUICK_CMD_TIMEOUT_MS); // Echo Off
