A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

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"