Avnet AT&T IoT Starter Kit demo for Pubnub

Dependencies:   FXOS8700CQ mbed

Revision:
35:d0d86a2bcdb3
Parent:
31:d7c386d2e95a
--- a/config_me.h	Sat Jul 23 01:10:53 2016 +0000
+++ b/config_me.h	Tue Aug 30 22:02:03 2016 +0000
@@ -6,14 +6,7 @@
 // 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";
-
-// These are FLOW fields from the Endpoints tab:
-#define FLOW_BASE_URL                   "/1e464b19cdcde/774c88d68202/86694923d5bf28a/in/flow"
-#define FLOW_INPUT_NAME                 "/climate"
-
-// Unless you want to use a different protocol, this field should be left as is:
-#define FLOW_URL_TYPE                   " HTTP/1.1\r\nHost: "
+static const char * MY_SERVER_URL       = "pubsub.pubnub.com";
 
 // This identifier specifies with which FLOW device you are communicating. 
 // If you only have one devive there then you can just leave this as is.