Skip to content

Commit

Permalink
GSM library webClient example needs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede85 committed Apr 9, 2013
1 parent 9f4b628 commit 34334fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/GSM/examples/GsmWebClient/GsmWebClient.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 34334fc

Please sign in to comment.