Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
69:4fc3b0ad12c7
Parent:
67:a61d60fa342c
Child:
73:effa8fcd45fc
--- a/Tests/Test00.cpp	Tue Dec 18 13:57:14 2012 +0000
+++ b/Tests/Test00.cpp	Tue Mar 05 14:59:24 2013 +0000
@@ -28,7 +28,7 @@
    bool outcome = true;
    LOG("Description: %s",gTest00Description);
    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");