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: FXOS8700CQ MODSERIAL mbed
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 |
--- 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