Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FXOS8700CQ MODSERIAL mbed
Fork of Avnet_ATT_Cellular_IOT by
Diff: wnc_control.cpp
- Revision:
- 77:c65eae5b9958
- Parent:
- 75:8cc98a3b9c62
- Child:
- 78:00cca62e5d9f
--- a/wnc_control.cpp Sat Aug 13 18:29:56 2016 +0000
+++ b/wnc_control.cpp Mon Aug 15 19:31:14 2016 +0000
@@ -104,6 +104,17 @@
} while (WNC_MDM_ERR != WNC_OK);
}
+void display_modem_firmware_version(void)
+{
+ string * pRespStr;
+
+ PUTS("<-------- WNC Firmware Revision --------\r\n");
+ at_send_wnc_cmd("ATI", &pRespStr, WNC_TIMEOUT_MS);
+ PUTS(pRespStr->c_str());
+ PUTS("\r\n");
+ PUTS("--------------------------------------->\r\n");
+}
+
void resolve_mdm(void)
{
do
