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:
75:8cc98a3b9c62
Parent:
74:3e3ee15584e5
Parent:
73:da723fedfdd2
Child:
77:c65eae5b9958
--- a/cell_modem.cpp	Sat Aug 13 15:08:11 2016 +0000
+++ b/cell_modem.cpp	Sat Aug 13 17:46:30 2016 +0000
@@ -222,11 +222,12 @@
             }
 
             int rsp_idx = 0;
+            // TODO: Test if @EXTERR:<code>
             while (rsp_list[rsp_idx]) {
                 if (strcasecmp(cmd_buf, rsp_list[rsp_idx]) == 0) {
                     return rsp_idx;
                 } else if (strncmp(cmd_buf, "@EXTERR", 7) == 0){
-                    pc.printf("----- We got EXTERR ---\r\n");
+                    PRINTF("----- We got EXTERR ---\r\n");
                     return 2;    
                 } else if (strncmp(cmd_buf, "+CME", 4) == 0){
                     return 3;