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 72:0afdd141157c, committed 2016-08-12
- Comitter:
- rfinn
- Date:
- Fri Aug 12 21:47:22 2016 +0000
- Parent:
- 71:bcbc072b85e1
- Commit message:
- updated comment
Changed in this revision
config_me.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r bcbc072b85e1 -r 0afdd141157c config_me.h --- a/config_me.h Fri Aug 12 17:18:09 2016 +0000 +++ b/config_me.h Fri Aug 12 21:47:22 2016 +0000 @@ -6,7 +6,7 @@ #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" +// 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