diff --git a/examples/Tools/TestGPRS/TestGPRS.ino b/examples/Tools/TestGPRS/TestGPRS.ino index 98a824e..b0f4e91 100644 --- a/examples/Tools/TestGPRS/TestGPRS.ino +++ b/examples/Tools/TestGPRS/TestGPRS.ino @@ -112,7 +112,7 @@ void loop() { client.println(" HTTP/1.1"); client.print("Host: "); - client.println(server); + client.println(url); client.println("Connection: close"); client.println(); Serial.println(oktext);