Skip to content

Commit

Permalink
Update KotiServer.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Nov 21, 2014
1 parent 860092b commit 6d86982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/KotiServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void sendGET() {
if (client.connect(removeServer, removeServerPort)) {
Serial.println("connected");
client.println("GET /movement-alert HTTP/1.0");
client.println("Host: example:80");
client.println("Host: example.com:80");
client.println("Connection: close");
client.println();
} else {
Expand Down

0 comments on commit 6d86982

Please sign in to comment.