1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

GSM library webClient example needs fix

Fixes #1345
This commit is contained in:
Fede85 2013-04-09 13:50:37 +02:00
parent 9f4b628b8f
commit 34334fca4f

View File

@ -74,6 +74,9 @@ void setup()
client.print(path);
client.println(" HTTP/1.0");
client.println();
client.print("HOST: ");
client.println(server);
client.println();
}
else
{