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/Test14.h
- Revision:
- 69:4fc3b0ad12c7
- Parent:
- 67:a61d60fa342c
--- a/Tests/Test14.h Tue Dec 18 13:57:14 2012 +0000
+++ b/Tests/Test14.h Tue Mar 05 14:59:24 2013 +0000
@@ -22,7 +22,7 @@
LOG("Description: %s",gTest14Description);
LOG("Connecting to internet");
- if(_modem->connect("internet","web","web")==0) {
+ if(_modem->connect(APN,APN_USERNAME,APN_PASSWORD)==0) {
LOG("Connected to internet");
} else {
LOG("Failed to connect to internet");

