The Hiking Pal tracking device firmware. See full description on the detail page: https://www.hackster.io/bowenfeng/hiking-pal-v1-07c02d

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
77:c65eae5b9958
Parent:
75:8cc98a3b9c62
Child:
78:00cca62e5d9f
--- a/cell_modem.cpp	Sat Aug 13 18:29:56 2016 +0000
+++ b/cell_modem.cpp	Mon Aug 15 19:31:14 2016 +0000
@@ -343,3 +343,8 @@
     }
     return iStatus;
 }
+
+void display_wnc_firmware_rev(void)
+{
+    display_modem_firmware_version();
+}
\ No newline at end of file