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:
50:8ac42961458c
Parent:
24:bd480d2aade4
Child:
51:d9e5952545da
--- a/config_me.h	Sun Jul 24 21:22:23 2016 +0000
+++ b/config_me.h	Sun Jul 24 21:55:29 2016 +0000
@@ -3,10 +3,13 @@
 
 // User must set these for own context:
 
+#define BUF_SIZE_FOR_N_MAX_SOCKREAD (10)
+#define MAX_WNC_SOCKREAD_PAYLOAD (1500)
+
 // This is the server's base URL name.  Example "www.google.com"
 // Note that when you Fork a FLOW, it will typically assign  either
 // "run-east.att.io" or "run-west.att.io", so be sure to check this.
-static const char * MY_SERVER_URL       = "run-west.att.io";
+static const char * MY_SERVER_URL       = "www.google.com"; // "run-west.att.io";
 
 // These are FLOW fields from the Endpoints tab:
 #define FLOW_BASE_URL                   "/1e464b19cdcde/774c88d68202/86694923d5bf28a/in/flow"