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-rtos mbed HTTPClient VodafoneUSBModem
Diff: Tests/TestHelper.h
- Revision:
- 69:4fc3b0ad12c7
- Parent:
- 67:a61d60fa342c
- Child:
- 70:619a2da3e40d
--- a/Tests/TestHelper.h Tue Dec 18 13:57:14 2012 +0000 +++ b/Tests/TestHelper.h Tue Mar 05 14:59:24 2013 +0000 @@ -1,2 +1,12 @@ -#pragma once -bool connectToSocket(char *ipAddress, int port, int *sockfd); \ No newline at end of file +#pragma once +bool connectToSocket(char *ipAddress, int port, int *sockfd); +//#define GDSP +#ifdef GDSP +#define APN "ppinternetd.gdsp" +#define APN_USERNAME "" +#define APN_PASSWORD "" +#else +#define APN "internet" +#define APN_USERNAME "web" +#define APN_PASSWORD "web" +#endif \ No newline at end of file