ATT_SMS_System for home security system

Dependencies:   FXOS8700CQ MODSERIAL mbed-rtos mbed

Fork of ATT_Cellular_IOT_Button by Richard Finn

Revision:
73:4a7aa34332b9
Parent:
72:0afdd141157c
--- a/config_me.h	Fri Aug 12 21:47:22 2016 +0000
+++ b/config_me.h	Mon Apr 30 17:14:34 2018 +0000
@@ -9,16 +9,25 @@
 // This is the server's base server 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_NAME       = "run-west.att.io";  //  CHECK ME, might be different
+
+//static const char * MY_SERVER_NAME       = "runm-east.att.io";  //  CHECK ME, might be different
+static const char * MY_SERVER_NAME       = "runm-west.att.io";  //  CHECK ME, might be different
 
 //This is for normal HTTP.  If you want to use TCP to a specific port, change that here:
-static const char * MY_PORT_STR         = "0000";       // CHANGE ME
+
+//static const char * MY_PORT_STR         = "32485";       // CHANGE ME
+static const char * MY_PORT_STR         = "32480";       // CHANGE ME
 
 // Only used if you program void GenerateModemString() to use them and send HTTP
+
 // These are FLOW fields from the Endpoints tab:
-#define FLOW_BASE_PATH                   "/..../in/flow"  // CHANGE ME
+
+//#define FLOW_BASE_PATH                   "/3ab29aa47262a/2297fbb55e65/968eb2cb9b84da9/in/flow"  // CHANGE ME
+#define FLOW_BASE_PATH                   "/b89259fadcfa9/8c7be95398c0/18a1705d518fb39/in/flow"  // CHANGE ME
+
 #define FLOW_INPUT_NAME                 "/buttons"
-// The full URL will be "http://"+MY_SERVER_NAME+":"+MY_PORT_STR+FLOW_PATH_PATH+FLOW_INPUT_NAME
+
+// The full URL will be "http://"+MY_SERVER_NAME+":"+MY_PORT_STR+FLOW_BASE_PATH+FLOW_INPUT_NAME
 
 // Unless you want to use a different protocol, this field should be left as is:
 #define FLOW_URL_TYPE                   " HTTP/1.1\r\nHost: "