Skip to content

Commit 34334fc

Browse files
committed
GSM library webClient example needs fix
Fixes arduino#1345
1 parent 9f4b628 commit 34334fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/GSM/examples/GsmWebClient/GsmWebClient.ino

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ void setup()
7474
client.print(path);
7575
client.println(" HTTP/1.0");
7676
client.println();
77+
client.print("HOST: ");
78+
client.println(server);
79+
client.println();
7780
}
7881
else
7982
{

0 commit comments

Comments
 (0)