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
Tests/TestHelper.h@69:4fc3b0ad12c7, 2013-03-05 (annotated)
- Committer:
- ashleymills
- Date:
- Tue Mar 05 14:59:24 2013 +0000
- Revision:
- 69:4fc3b0ad12c7
- Parent:
- 67:a61d60fa342c
- Child:
- 70:619a2da3e40d
Now contains MU509 support.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ashleymills | 69:4fc3b0ad12c7 | 1 | #pragma once |
ashleymills | 69:4fc3b0ad12c7 | 2 | bool connectToSocket(char *ipAddress, int port, int *sockfd); |
ashleymills | 69:4fc3b0ad12c7 | 3 | //#define GDSP |
ashleymills | 69:4fc3b0ad12c7 | 4 | #ifdef GDSP |
ashleymills | 69:4fc3b0ad12c7 | 5 | #define APN "ppinternetd.gdsp" |
ashleymills | 69:4fc3b0ad12c7 | 6 | #define APN_USERNAME "" |
ashleymills | 69:4fc3b0ad12c7 | 7 | #define APN_PASSWORD "" |
ashleymills | 69:4fc3b0ad12c7 | 8 | #else |
ashleymills | 69:4fc3b0ad12c7 | 9 | #define APN "internet" |
ashleymills | 69:4fc3b0ad12c7 | 10 | #define APN_USERNAME "web" |
ashleymills | 69:4fc3b0ad12c7 | 11 | #define APN_PASSWORD "web" |
ashleymills | 69:4fc3b0ad12c7 | 12 | #endif |