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: C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed
Revision 137:6577dd23f6ed, committed 2014-03-17
- Comitter:
- ansond
- Date:
- Mon Mar 17 22:05:30 2014 +0000
- Parent:
- 136:ea8f3900bc13
- Child:
- 138:6159f1940b1d
- Commit message:
- updates
Changed in this revision
| Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Mon Mar 17 17:05:49 2014 +0000 +++ b/Definitions.h Mon Mar 17 22:05:30 2014 +0000 @@ -26,9 +26,9 @@ #include "CommonDefinitions.h" // Until we get HTTPS with BasicAuth working in MBED... -#define GW_IPADDRESS "192.168.1.191" // work -//#define GW_IPADDRESS "192.168.1.220" // home - vm -//#define GW_IPADDRESS "10.1.0.27" // home +//#define GW_IPADDRESS "192.168.1.191" // mac at work +#define GW_IPADDRESS "192.168.1.220" // registrydb work and home - vm +//#define GW_IPADDRESS "10.1.0.27" // mini #define GW_REDIRECT_URL "http://%s:8888/NSP-IOC-Gateway/IOCRestAPI" #define USE_GW_HTTP_REDIRECTOR true // true - make http calls to IOC via GW, false - make http calls directly to IOC