Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FXOS8700CQ
Diff: Flow_parameters.h
- Revision:
- 11:e6602513730f
- Parent:
- 8:b08ec94d9e9f
--- a/Flow_parameters.h Mon Jul 11 23:54:24 2016 +0000
+++ b/Flow_parameters.h Tue Jul 12 03:11:05 2016 +0000
@@ -3,8 +3,11 @@
******************************************************/
//sockwrite_mdm("GET \r\n/f653d97537235/a31c2684a02c/d35e42196968fd6/in/flow/climate?deviceID=foo&temp=41.0&humidity=87.33\r\n HTTP/1.1\r\nHost: run-east.att.io:80\r\nAccept: */*\r\n\r\n");
-#define FLOW_CALLBACK_URL_START "GET \r\n/f653d97537235/a31c2684a02c/d35e42196968fd6/in/flow/climate"
-#define FLOW_CALLBACK_URL_END "\r\n HTTP/1.1 Host: run-east.att.io:80 Accept: */*\r\n\r\n"
+//#define FLOW_CALLBACK_URL_START "GET \r\n/f653d97537235/a31c2684a02c/d35e42196968fd6/in/flow/climate"
+//#define FLOW_CALLBACK_URL_END "\r\n HTTP/1.1 Host: run-east.att.io:80 Accept: */*\r\n\r\n"
+
+#define FLOW_CALLBACK_URL_START "GET \r\n/1e464b19cdcde/774c88d68202/86694923d5bf28a/in/flow/climate"
+#define FLOW_CALLBACK_URL_END "\r\n HTTP/1.1 Host: run-west.att.io:80 Accept: */*\r\n\r\n"
/******************************************************
* Type Definitions

